@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
body{margin-top: 0;}

#pccp{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
}
#pccp img.max{
	width: 100%;
}
#pccp .yugo{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#pccp a:hover{
	opacity: .7;
}
#pccp .txt_l{
	text-align: left;
}
#pccp .fl_l{
	float: left;
}
#pccp .mb90{
	margin-bottom: 90px !important;
}

/* section */
#pccp section{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* sec_1 */
#pccp .sec_1 .logo{
    margin: 50px auto 75px;
    max-width: 335px;
}
/* sec_2 */
#pccp .sec_2 p{
    position: absolute;
    top: 95px;
    left: 80px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.6;
    letter-spacing: 2px;
}

/* item_cart */
#pccp .item_cart{
    width: 100%;
    margin: 50px auto 100px;
    padding: 50px 0;
    background: #f4f4f4;
}
#pccp .item_cart section{
    max-width: 680px;
    display: flex;
    align-items: flex-start;
}
#pccp .item_cart section img{
    max-width: 250px;
}
#pccp .item_cart div{
    margin-left: 40px;
}
#pccp .item_cart p{
    line-height: 1.8;
    font-size: 16px;
}
#pccp .item_cart .item_name{
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}
#pccp .item_cart .item_spec{
    font-size: 16px;    
}
#pccp .item_cart .item_btn{
    margin-top: 20px;
}
#pccp .item_cart .item_btn a{
    display: block;
    width: 300px;
    padding: 12px 0 10px;
    background: #000;
    color: #fff;
}

/* sec_3 */
#pccp .sec_3 .ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin: 95px 0 30px;
}
#pccp .sec_3 .sub{
    line-height: 2.5;
}
#pccp .sec_3 h3{
    position: absolute;
    bottom: 344px;
    left: 290px;
    width: 410px;
    padding: 15px;
    background: #fff;
    z-index: 100;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
}
#pccp .sec_3 div{
    margin: 105px 0 0;
    padding: 52px;
    border: 1px solid #000;
}
#pccp .sec_3 ul{
    display: flex;
}
#pccp .sec_3 li{
    position: relative;
    width: 300px;
    height: 264px;
    margin: 0 18px;
    padding: 50px 0 0;
    background: #f8f6ef;
    border-radius: 50%;
}
#pccp .sec_3 li div{
    margin: 0;
    padding: 30px 0 0 6px;
    transform: skewX(-15deg);
    font-weight: bold;
    color: #7d7859;
    letter-spacing: 1px;
    border: 0;
}
#pccp .sec_3 li p{
    padding: 20px 0 0;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
}
#pccp .sec_3 li::after{
    content: "";
	background: url("https://goodnature.itembox.design/item/f/img/boosteroil_smooth_lp/img_check.png") no-repeat;
    position: absolute;
    background-size: 100%;
    top: 14%;
    left: 44%;
    width: 33px;
    height: 38px;
}

/* sec_4 */
#pccp .sec_4{
	margin: 100px auto;
    background: #f8f6ef;
}
#pccp .sec_4 h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    top: 55px;
    left: 160px;
}
#pccp .sec_4 .txt_small{
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}
#pccp .sec_4 .txt_big{
    display: block;
    font-size: 38px;
    letter-spacing: 5px;
}
#pccp .sec_4 .sec4_inner{
    display: block;
    width: 680px;
    margin: 0 auto;
    padding: 0 0 90px;
    overflow: hidden;
}
#pccp .sec_4 p{
	font-size: 16px;
	line-height: 2.5;
    letter-spacing: 0.1em;
}
#pccp .sec_4 .sec4_p{
    width: 340px;
    float: left;
    padding: 0 0 0 35px;
}
#pccp .sec_4 h4{
    position: relative;
    display: flex;
    width: 680px;
    margin: 90px auto 45px;
}
#pccp .sec_4 h4 p{
    padding: 0 0 0 40px;    
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
}
#pccp .sec_4 h4 p span{
    font-size: 14px;
    vertical-align: top;
}
#pccp .sec_4 h4 p.nmb{
    padding: 0;
    font-size: 70px;
    border-bottom: 2px solid #000;
    line-height: 1.2;
    letter-spacing: -2px;
}
#pccp .sec_4 h4 p.cap{
    position: absolute;
    top: 80px;
    left: 75px;
    font-size: 14px;
    font-weight: normal;
}
#pccp .sec_4 ul{
    display: flex;
}
#pccp .sec_4 li{
    margin-right: 10px;
}
#pccp .sec_4 li:last-child{
    margin-right: 0;
}
#pccp .sec_4 li img{
    margin-bottom: 10px;
}
#pccp .sec_4 .kdwr{
    width: 100%;
    margin: 45px auto 15px;
    padding: 2px 0;
    border:1px solid #000;
    font-weight: bold;
}

/* sec_5 */
#pccp .sec_5{}
#pccp .sec_5 .sec5_bdr{
    border: 1px solid #000;
    padding: 50px;
}
#pccp .sec_5 h3{
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
}
#pccp .sec_5 ul{
    display: flex;
}
#pccp .sec_5 li{
    position: relative;
    padding: 50px 70px;
    background: #f8f6ef;
    margin: 0 10px;
}
#pccp .sec_5 li h4{
    margin: 30px auto 20px;
    font-size: 20px;
    font-weight: bold;
}
#pccp .sec_5 li div{
    padding: 65px 0 0 20px;
    transform: skewX(-15deg);
    font-weight: bold;
    color: #7d7859;
    letter-spacing: 1px;
}
#pccp .sec_5 li::after{
    content: "";
	background: url("https://goodnature.itembox.design/item/f/img/boosteroil_smooth_lp/img_review.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50px;
    left: 46%;
    width: 39px;
    height: 56px;
}
#pccp .sec_5 li p{
    line-height: 2.5;    
}

/* sec_6 */
#pccp .sec_6{
}
#pccp .sec_6 h3{
    margin-bottom: 43px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
#pccp .sec_6 ul{
    display: flex;
    margin: 43px 0 60px;
}
#pccp .sec_6 li{
    position: relative;
    margin: 0 12.5px;
}
#pccp .sec_6 li img{
    max-width: 175px;
}
#pccp .sec_6 li p{
    position: absolute;
    top: 85%;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

/* sec_7 */
#pccp .sec_7 .txt{
    line-height: 2.5;
    margin: 45px auto 0;
}

/* sec_8 */
#pccp .sec_8{
    margin: 80px auto 0;
}
#pccp .sec_8 h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
#pccp .sec_8 h3 span{
    font-size: 16px;
    display: block;
}
#pccp .sec_8 .sub{
    width: 680px;
    margin: 30px auto;
    line-height: 2.5;
}
#pccp .sec_8 ul{
    max-width: 710px;
    margin: 4% auto 7%;
    overflow: hidden;
}
#pccp .sec_8 li{
    width: 33%;
    float: left;
    margin-bottom: 4%;
    padding: 0 5px;
}
#pccp .sec_8 li p{
}

/* sec_9 */
#pccp .sec_9{
    margin-top: 65px;
}
#pccp .sec_9 p{
    position: absolute;
    top: 150px;
    left: 450px;
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.8;
    text-align: left;
}
/* footer */
#pccp #footer{
	margin: 100px 0 0;
	padding: 30px 0;
	font-size: 14px;
    background: #333;
}
#pccp #footer{
	line-height: 2;
	color: #fff;
}
#pccp #footer a{
	color: #fff;
}

#pccp .pc_none{display: none;}
#pccp .sp_none{display: block;}

@media screen and (max-width: 959px) {
#pccp .pc_none{display: block;}
#pccp .sp_none{display: none;}    

#pccp img{width: 100%;}    

/* sec_1 */
#pccp .sec_1 .logo{
    margin: 10% auto 14%;
width: 45%;
}
    
/* sec_2 */
#pccp .sec_2 p{
    top: 10%;
    left: 0;
    font-size: 3.7vw;
    padding: 0 13%;
    font-weight: bold;
}    

/* item_cart */
#pccp .item_cart{
    margin: 20% auto;
    padding: 13%;
}    
#pccp .item_cart section {
    display: block;
}
#pccp .item_cart div {
    margin-left: 0;
}
#pccp .item_cart img{
    width: 80%;
    margin: auto;
}     
#pccp .item_cart p {
    font-size: 3.8vw;
    margin-top: 8%;
}    
#pccp .item_cart .item_name {
    font-size: 5.5vw;
    margin: 3% 0;
}    
#pccp .item_cart .item_spec {
    font-size: 3.8vw;
}    
#pccp .item_cart .item_btn {
    margin-top: 5%;
}
#pccp .item_cart .item_btn a {
    width: 100%;
    padding: 5% 0;
}    

/* sec_3 */    
#pccp .sec_3 .ttl {
    font-size: 5.5vw;
    margin: 20% 0 10%;
}    
#pccp .sec_3 .sub {
    padding: 0 13%;
    font-size: 3.8vw;
    text-align: left;
}    
#pccp .sec_3 div {
    margin: 20% 2%;
    padding: 10% 2%;
}    
#pccp .sec_3 h3 {
    bottom: 41%;
    left: 20%;
    width: 60%;
    padding: 0 3%;
    font-size: 4.5vw;
    line-height: 1.6;
}    
#pccp .sec_3 ul {
    display: block;
    overflow: hidden;
}    
#pccp .sec_3 li {
    float: left;
    width: 44%;
    height: auto;
    margin: 0 3%;
    padding: 5% 0 11%;
}
#pccp .sec_3 li:nth-child(3){
    float: none;
    clear: both;
    margin: auto;
}    
#pccp .sec_3 li::after {
    top: 12%;
    left: 44%;
    width: 14%;
    height: 14%;
}    
#pccp .sec_3 li div{
    font-size: 2.8vw;
    padding: 18% 0 0 4%;
}
#pccp .sec_3 li p {
    padding: 6% 0 0;
    font-size: 3.4vw;
    line-height: 1.8;
    letter-spacing: -0.1em;
}    
    
/* sec_4 */    
#pccp .sec_4 h3 {
    font-size: 4.8vw;
    top: 2%;
    left: 10%;
}
#pccp .sec_4 .txt_small {
    font-size: 3.2vw;
}    
#pccp .sec_4 .txt_big {
    font-size: 7vw;
    letter-spacing: 0;
}    
#pccp .sec_4 .sec4_inner {
    width: 74%;
    padding: 0 0 20%;
}
#pccp .sec_4 .sec4_inner img{
    width: 75%;
    margin: auto;
}
#pccp .sec_4 h4 {
    display: block;
    width: 100%;
    margin: 20% auto 10%;
}
#pccp .sec_4 p {
    font-size: 3.8vw;
    line-height: 2.2;
}    
#pccp .sec_4 h4 p {
    padding: 8% 0 0 0;
    font-size: 4.8vw;
}    
#pccp .sec_4 h4 p.nmb {
    font-size: 10vw;
    width: 18%;
}
#pccp .sec_4 h4 p.cap {
    top: 83%;
    left: 0;
    font-size: 2.2vw;
}
#pccp .sec_4  .sec4_inner li img{
    width: 100%;
}    
#pccp .sec_4 .sec4_p {
    width: 100%;
    float: none;
    padding: 8% 0 0;
}    
#pccp .sec_4 .kdwr {
    margin: 5% auto 8%;
}
#pccp .sec_4 li p{
    font-size: 3vw;
    letter-spacing: 0;
}
#pccp .sec_4 li img {
    margin-bottom: 0;
}

/* sec_5 */
#pccp .sec_5{
    padding: 0 2%;
}
#pccp .sec_5 .sec5_bdr{
    padding: 15% 2%;
}
#pccp .sec_5 h3{
    margin-bottom: 10%;
    font-size: 4.8vw;
}
#pccp .sec_5 ul{
    display: block;
}
#pccp .sec_5 li {
    padding: 11% 10%;
    margin: 0 0 5% 0;
}
#pccp .sec_5 li h4{
    font-size: 4.4vw;
}
#pccp .sec_5 li div{
    padding: 14% 0 0 4%;
    font-size: 3.4vw;
}
#pccp .sec_5 li::after{
    top: 5%;
    left: 46%;
    width: 14%;
    height: 14%;
    background-size: 64%;
}
#pccp .sec_5 li p{
    font-size: 3.4vw;
    text-align: left;
}
    
/* sec_6 */
#pccp .sec_6{
}
#pccp .sec_6 h3{
    margin-bottom: 5%;
    font-size: 5vw;
    line-height: 1.8;
}
#pccp .sec_6 p.sub{
    font-size: 3.8vw;
    text-align: left;
    padding: 0 10%;
    line-height: 2.2;
}
#pccp .sec_6 ul{
    display: block;
    margin: 5% 0 15%;
    overflow: hidden;
}
#pccp .sec_6 li{
    margin: 2% 0;
    float: left;
    width: 33%;
    padding: 0 1.5%;
}
#pccp .sec_6 li:nth-child(4){
    margin-left: 16.5%;
}    
#pccp .sec_6 li img{
    width: 100%;
}
#pccp .sec_6 li p{
    width: 90%;
    margin: auto;
    font-size: 2.8vw;
    line-height: 1.5;
    top: 86%;
}
    
/* sec_7 */
#pccp .sec_7 h3{
    padding: 15% 0 12% 10%;
	background: url("https://goodnature.itembox.design/item/f/img/boosteroil_smooth_lp/smooth_lp_sp_15.jpg") no-repeat;
    height: auto;
	font-size: 6.6vw;
    line-height: 1.3;
    background-size: 100%;
}
#pccp .sec_7 h3 p {
    margin-bottom: 1.8%;
    font-size: 4vw;
    line-height: 1.7;
}
#pccp .sec_7 .txt{
    margin: 10% auto 0;
    font-size: 3.8vw;
    text-align: left;
    padding: 0 10%;
}
    
/* sec_8 */
#pccp .sec_8{
    margin: 80px auto 0;
}
#pccp .sec_8 h3{
    font-size: 5.5vw;
    line-height: 2.2;
}
#pccp .sec_8 h3 span{
    font-size: 3.8vw;
}
#pccp .sec_8 .sub{
    width: 100%;
    margin: 5% auto;
    padding: 0 10%;
    font-size: 3.8vw;
}
#pccp .sec_8 li{
    padding: 0 1%;
}
#pccp .sec_8 li p{
    font-size: 2.8vw;
}
    
/* sec_9 */
#pccp .sec_9{
    margin-top: 10%;
}
#pccp .sec_9 p{
    top: 16%;
    left: 44%;
    font-size: 5vw;
}

@media screen and (max-width: 600px) {
    #pccp .sec_3 li {
    padding: 5% 0 9%;
}
}
    
    

    
    
}/* @media end */