@charset "utf-8";

body{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    color: #6B5858;
    line-height: 1.8;
}
.font-txt{
        font-family: "Shippori Mincho B1", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.4;
}

strong{
    color: #E85757;
}
header{
    position: relative;
}
header .btn_title {
    font-weight: 600;
    margin-top: 1px;
}

header #lang_btn{
    gap: 8px;
    padding: 5px;
    position: absolute;
    right: 0;
    left: 0;
    width: 270px;
    margin: 0 auto;
    background:rgba(255,255,255,0.5);
    display: flex;
    top: 0;
    border-radius:0 0 12px 12px;
    justify-content: center;
}

header #lang_btn p{
    font-size: 12px;
}

header .lang_select{
    background-color: #FF9696;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 18px;
    padding: 1px 14px;
}
header .lang_select:hover {
    background-color: #FFF;
    color: #FF9696;
    border: 1px solid #FF9696;

}
header img{
    width: 100%;
}
.flex{
    display: flex;
}

/* レスポンシブ確認用_消す */
.container{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}
p{
    word-wrap: break-word;
}

#fv_pc { display: block !important; }
#fv_sp { display: none !important; }


/* CTA */

.cta{
    width: 100%;
    height: auto;
    background-image: url(image/bg1.webp);
    background-position: center center ;
    background-size:  cover;
    padding: 48px 0px;
}
.cta .container{
    display: flex;
    justify-content: space-between;
}

.container #cta1{
    width: 40%;
}
.container #cta3{
    width: 60%;
}
#cta2{
    width: 100%;
}
#cta3{
    width: 62%;
}
#cta4{
    width: 34%;
}
.cta .flex{
    display: flex;
    width: 100%;
    gap: 24px;
    align-items: center;
    justify-content: end;
}
.button{
    width: 50%;
}
.button img{
    width: 100%;
}

/* お悩み */

#problem{
    position: relative;
}

#problem_topic{
    width: 100%;
    background-image: url(image/problem_bg.webp);
    background-size: cover;
    text-align: center;
    padding-top: 40px;
}
#problem_topic div{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
#problem_topic .absolute{
    width: 100%;
    position: absolute;
    bottom: 0px;

}
#problem_topic img:first-child{
    width: 62%;
}
#problem .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin: 120px 24px 0 24px ;
    padding-bottom: 120px;
}
#problem .wrapper img{
    width: 33%;
}

#problem .container{
    padding-top: 80px;
}
#problem p{
    text-align: left;
}
#problem{
    background: linear-gradient(#ffffff,#FFF1F1)
}
#problem .container img{
    width: 80%;
}
#problem .container .wrap{
    margin: 40px 0;
}
.problem_img{
    margin: 80px 0;
}

#border{
    width: 100%;
    position: absolute;
}

/* 商品情報 */

#product{
    width: 100%;
    background-image: url(image/bg_product.webp);
    background-size: cover;
    background-position:bottom;
    margin-top: -161px;
}

.product_title{
    width: 80%;
    margin-top: 280px;
}

#product .container{
    padding-top: 200px;
}
.product_img{
    display: flex;
    width: 100%;
    gap: 24px;
    margin: 102px 0;
}
.product_img img{
    width: 60%;
    object-fit: contain;
}
.product_img video{
    width: 40%;
    padding: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 25px 0 rgba(123, 131, 145, 0.5);
}
#ingredients{
    background-color: #FFFFFF;
    border-radius: 999px 999px 0 0 ;
    border: 1px solid;
    border-color: #E3C1A1;
    padding: 0 24px;
    margin-bottom: 88px;
}
.ingredients_title .img_1{
    width: 20%;
    margin-top: 48px;
}
.ingredients_title .img_2{
    width: 80%;
}
#product .container #pro_contents p{
    text-align: left;
}
#pro_contents{
    max-width: 600px;
    margin: 0 auto;
}
.pro_detail{
    display: flex;
    position: relative;
    margin-bottom: 32px;
    z-index: 1;
    align-items: flex-start;
}
.pro_detail img{
    width: 25%;
    object-fit: contain;
}
.description{
    width: 75%;
}
.description p:first-child{
    font-size: 24px;
    margin-top: 25px;
}
.description p:nth-child(2){
    font-size: 12px;
    color: #E17F7F;
}
.description p:last-child{
    font-size: 14px;
}
.pro_detail .box{
    background: linear-gradient(90deg,#FFD3D3,#ffffff);
    width: 90%;
    margin-left: 10%;
    height: 32px;
    position: absolute;
    top:26px;
    z-index: -1;
}
.plus_img{
    text-align: left;
}
.plus_img img{
    width: 172px;
}
.last_p {
    font-size: 11px;
    text-align: right;
}
.last_img{
    width: 70%;
    margin-top: 64px;
    margin-bottom: 164px;
}
#textleft {
    text-align: left;
    max-width: 680px;
    margin: 0 auto;
}

/* ポイント */

.point_pc{ display: block !important; }
.point_sp{ display: none !important; }

#point{
    margin-top: 140px;
}
#point h3{
    font-size: 32px;
}
#point span{
    font-size: 24px;
}
#point .flex h3{
    display: inline-block;
    background: linear-gradient(90deg, #F04679, #FF9696);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
#point .flex p{
    font-size: 18px;
}
#point .flex{
    padding: 56px 32px 56px 120px;
    border: 1px solid;
    border-color: #F04679;
    text-align: left;
    width: 80%;
    margin: 0 0 0 auto;
}
#point .container{
    width: 80%;
    position: relative;
    margin-bottom: 88px;
}

#point2 img:first-child{
    position: absolute;
    left: 10px;
    top: -40px;
    width: 30%;
}
#point4 img:first-child{
    position: absolute;
    left: 10px;
    top: -40px;
    width: 30%;
}
#point2_icon,#point4_icon{
    position: absolute;
    width: 21%; 
    z-index: 1;
    top: -32px;
    left: 235px;
}
#point3_icon{
    position: absolute;
    width: 21%; 
    z-index: 1;
    top: -32px;
    right: 196px;
}
#point3 img:first-child{
    position: absolute;
    right: 10px;
    top: -40px;
    width: 30%;
}
#point3 .flex{
    margin: 0 auto 0 0 ;
    padding: 56px 120px 56px 32px;
}

/* こんな時に活躍します！ */

#active h3{
    font-size: 32px;
    display: inline-block;
    background: linear-gradient(90deg, #F04679, #FF9696);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
#active p{
    font-size: 16px;
}
#active img:first-child{
    width: 60%;
    margin-bottom: 40px;
}
#active .flex img{
    width: 80%;
}
#active .flex {
    background-color: #FFFFFF;
}
#active_2,#active_4{
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -56px;
    flex-direction: row-reverse;
}
#active_3,#active_5{
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    margin-top: -56px;
}
#active .flex div{
    text-align: left;
    margin: auto 24px;;
}
#active{
    margin-bottom: 196px;
}

/* ご使用方法 */
#how_to_use{
    position: relative;
    background-image: url(image/htu_bg1.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#how_to_use .bgimg1{
    position: absolute;
    top: 0;
    right: -64px;
    width: 50%;
    z-index: 0;
}
#how_to_use .bgimg2{
    position: absolute;
    top: 0;
    left: -120px;
    top: 800px;
    width: 50%;
    z-index: 0;
}
#how_to_use h2 img{
    width: 280px;
    margin: 110px 0 64px 0;
}
#how_to_use h2{
    z-index: 2;
}
#htu_step{
    display: flex;
    justify-content: space-between;
}
#htu_step .step{
    width: 28%;
    gap: 24px;
    z-index: 2;
}
#htu_step .step p{
    text-align: left;
    font-size: 16px;
}
#htu_step .step img{
    width: 100%;
    margin: 16px 0;
}
#htu_step .step img:first-child{
    width: 100px;
}
.step span{
    color: #FF5D5D;
}
#how_to_use .htu_copy{
    margin: 64px 0 80px 0;
    width: 60%;
}

/* お手入れの順序 */

#flow{
    background-image: url(image/flow_bg.webp);
    background-size: cover;
    padding-bottom: 16px;
}
#flow_block{
    margin-bottom: 88px;
}
#flow h2 img{
    margin-top: 126px;
    margin-bottom: 72px;
    width: 376px;
}

#flow_block h3{
    font-size: 24px;
}
#flow p{
    font-size: 16px;
}
#flow .icon{
    width: 80px;
    margin: 16px auto;
}
#flow_block .flex img{
    width: 120px;
    object-fit: contain;
}
#flow_block .flex{
    width: 100%;
    justify-content: space-between;
    text-align: left;
}
.flow_s{
    width: 80%;
}

#precautions{
    background-color: #fff;
    border: 1px solid ;
    border-color: #6B5858;
    padding: auto 24px;
    margin-bottom: 200px;
}
#precautions h3{
    font-size: 24px;
    color: #fff;
    padding: 8px;
}
#precautions .padding{
    background-color: #6B5858;
    padding: 24px auto;
}
#precautions ul{
    text-align: left;
    list-style-type: disc;
    margin: 24px 32px 24px 64px;
}
#precautions li{
    font-size: 16px;
}

/* CTA2 */

#cta_2{
    background-image: url(image/cta_2_bg.webp);
    background-position: center;
    background-size: cover;
    padding-top: 102px;
    padding-bottom: 102px;
}
#cta_2_block{
    background-color: #ffffffa6;
    max-width: 1024px;
    border: 1px solid #FF9797;
    padding: 32px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#cta_2_block .title{
    width: 60%;
    margin-bottom: 24px;
}
#cta_2_block #absolute_1{
    position: absolute;
    top:0;
    left:0;
    width: 6%;
}
#cta_2_block #absolute_2{
    position: absolute;
    top:0;
    right:0;
    width: 6%;
}
#cta_2_block #absolute_3{
    position: absolute;
    bottom:0;
    left:0;
    width: 6%;
}
#cta_2_block #absolute_4{
    position: absolute;
    bottom:0;
    right:0;
    width: 6%;
}
#cta_2_block .cta_product{
    width: 50%;
    object-fit: contain;
    margin-right: 24px;
}
.explanation img:first-child{
    width: 44%;
    object-fit: contain;
    margin-right: 24px;
}
.explanation img:nth-child(2){
    width: 56%;
    object-fit: contain;
}
#cta_2_block .flex div{
    width: 60%;
    margin-left: auto;
}
#cta_2_block .flex p{
    font-size: 16px;
    text-align: left;
}
#cta_2_block .flex span{
    font-size: 14px;
}
#cta_2_block .button{
    width: 274px;
    margin-top: 24px;
}

/* Q&A */

#q_a{
    background-color: #FFFBFB;
    padding-top: 120px;
    padding-bottom: 120px;
}
#q_a .container{
    width: 680px;
    margin: 0 auto;
    border: 1px solid #6B5858;
    background-color: #FFF;
}
.q_a_box{
    border-bottom: 1px solid #6B5858;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 600px;
    margin: 0 auto;
}
.q_a_box:last-child{
    border: none;
}
#q_a .q_a_title{
    width: 131px;
    margin: 44px auto;
}
#q{
    align-items: center;
}
#q img{
    width: 57px;
    margin-right: 24px;
}
#a img{
    width: 82px;
    object-fit: contain;
    margin-left: 24px;
    margin-right: 24px;
}
#a p{
    font-size: 14px;
    text-align: left;
}

/* footer */

footer{
    background-color: #514848;
    text-align: center;
    padding-top: 56px;
}
footer .container{
    text-align: left;
}
footer .container #company{
    font-size: 15px;
    font-weight: 400;
}
footer .container #name{
    font-size: 32px;
    line-height: 1.4;
}
address{
    font-size: 15px;
}
#footer_btn{
    margin-top: 24px;
}

footer{
    color: #fff;
}
footer small{  
    font-weight: 200;
    font-size: 12px;
}
#footer_btn{
    border:1px solid #FFF;
    width: 160px;
}
#footer_btn img{
    width: 16px;
    object-fit: contain;
} 
#footer_btn a{
    display: flex;
}
#footer_btn p{
    margin: 2px 4px 2px 16px;
}





/* レスポンシブ */

@media screen and (max-width: 1024px){

    #product {
        margin-top: -119px;
    }
    .product_title {
        margin-top: 140px;
    }
    /* ポイント */
    #point2_icon, #point4_icon {
        left: 202px;
    }
    #point3_icon {
        right: 202px;
    }
    #point .flex {
        padding: 48px 31px 48px 99px;
    }
    #point3 .flex{
        padding: 48px 99px 48px 31px;
    }
    #point .flex h3 {
        font-size: 24px;
    }
    /* こんな時に活躍します！ */
    #active h3{
        font-size: 24px;
    }
    #active_2, #active_4 {
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        margin-top: 24px;
    }
    #active_3, #active_5 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        margin-top: 24px;
    }
    #active .flex div {
        margin: auto 12px;
    }
    /* cta2 */
    #cta_2_block {
        margin: 24px ;
    }
    #cta_2_block .title {
        width: 80%;
        margin-bottom: 24px;
    }
}


@media screen and (max-width: 768px) {
    p{
        font-size: 16px;
    }
    .description p:first-child{
        font-size: 22px;
        margin-top: 26px;
    }
    .cta .container{
        display: block;
        margin: auto;
    }
    .container #cta3{
        width: 100%;
    }
    .container #cta1{
        width: 80%;
    }
    #product {
        margin-top: -84px;
    }
    .product_title {
        margin-top: 140px;
    }
    #product .container {
        padding-top: 142px;
    }
    #problem_topic .wrapper img{
        width: 50%;
        margin-bottom: 16px;
    }
    #problem_topic .wrapper{
        display: block;
        text-align: center;
        margin-top: 24px;
        padding-bottom: 280px;
    }
    /* ポイント */
    .point_pc{ display: none !important; }
    .point_sp{ display: block !important; }

    #point {
    margin-top: 40px;
}
    #point .container {
        width: 100%;
    }
    #point .flex {
        width: 100%;
        padding: 24px;
    }
    #point2 img:first-child {
        position: static;
        width: 40%;
        object-fit: contain;
        margin-right: 24px;
    }
    #point3 img:first-child{
        position: static;
        width: 40%;
        object-fit: contain;
        margin-right: 24px;
    }
    #point4 img:first-child{
        position: static;
        width: 40%;
        object-fit: contain;
        margin-right: 24px;
    }
    #point .flex div{
        width: 60%;
    }
    #point .flex p {
        font-size: 16px;
    }
    #point .flex h3 {
        margin-bottom: 8px;
    }
    #point2_icon, #point4_icon,#point3_icon{
        left: 3px;
    }
    #point .container{
        margin-bottom: 64px;
    }

    /* 使用方法 */
    #htu_step .step {
        width: 31%;
    }
    /* お手入れの順序 */
    .flow_s {
        width: 75%;
    }
    #flow .icon {
        width: 56px;
    }

    /* Q&A */
    #q_a .container {
        width: 90%;
        margin: 0 auto;
        border: 1px solid #6B5858;
        background-color: #FFF;
    }
    .q_a_box {
        width: 96%;
    }
    #a img {
        width: 20%;
        margin-right: 12px;
    }
    #a p{
        width: 80%;
    }
    /* footer */
    #footer_btn p{
        font-size: 20px;
    }
    footer .container #name {
        font-size: 24px;
    }
    address{
        font-size: 12px;
    }
    #footer_btn {
        width: 140px;
        padding: 4px 0;
    }
    #footer_btn p {
        font-size: 16px;
    }
    #footer_btn img{
        width: 14px;
    }
    /* cta2 */
    #cta_2_block .flex div {
        width: 80%;
    }
    #mail{
        font-size: 15px;
    }
}

@media screen and (max-width: 540px) {
    #fv_pc{ display: none !important; }
    #fv_sp{ display: block !important; }
    
    header #lang_btn{
        position: static;
    }
    .cta .flex{
        display: block;
    }
    #cta3 .button {
        margin: auto;
        width: 80%;
        margin-top: 24px;
    }
    #cta4 {
        width: 43%;
    }
    .container #cta1 {
        width: 100%;
    }
    #product {
        margin-top: -48px;
    }
    .product_title {
        margin-top: 80px;
        width: 100%;
    }
    #product .container {
        padding-top: 120px;
    }
    #problem_topic .wrapper img{
        width: 80%;
        margin-bottom: 16px;
    }
    #problem_topic img:first-child{
        width: 90%;
    }
    #problem_topic .wrapper{
        padding-bottom: 200px;
    }
    #problem_topic .wrapper img{
        width: 90%;
    }
    #problem .container img {
        width: 100%;
    }
    #problem .problem_img{
        margin: 24px auto;
    }
    .product_img {
        display: block;
        margin: 24px 0 40px 0;
    }
    .product_img video {
        width: 100%;
    }
    #textleft{
        text-align: left;
    }
    #textleft br{
        display: none;
    }
    .product_img img{
        width: 100%;
    }
    #product .container {
        padding-top: 80px;
    }
    .description p:first-child{
        font-size: 20px;
        margin-top: 16px;
        background: linear-gradient(90deg,#FFD3D3,#ffffff);
        padding: 6px 0 6px 6px;
    }
    #ingredients{
        padding: 0 16px;
    }
    .container{
        padding: 0 16px;
    }
    .pro_detail {
        display: block;
        margin: 0 auto;
        padding-bottom: 24px;
    }
    .pro_detail img{
        width: 60%;
    }
    .pro_detail .box{
        display: none;
    }
    .description {
        margin: 0 auto;
        width: 100%;
    }
    .ingredients_title .img_1 {
        width: 30%;
    }
    .ingredients_title .img_2{
        width: 100%;
    }
    .last_p{
        font-size: 10px;
        margin-top: 40px;
    }
    .last_img {
        width: 100%;
        margin-top: 32px;
        margin-bottom:40px;
    }

    /* ポイント */
    #point .flex {
        display: block;
    }
    #point2 img:first-child {
        width: 100%;
    }
    #point3 img:first-child {
        width: 100%;
    }
    #point4 img:first-child {
        width: 100%;
    }
    #point .flex div {
        width: 100%;
        margin-top: 24px;
    }
    #point2_icon, #point4_icon, #point3_icon {
        width: 40%;
    }
    #point .flex h3 {
        font-size: 20px;
    }
    #point span {
        font-size: 18px;
    }

        /* 使用方法 */
        #htu_step .step {
            width: 80%;
            margin: 0 auto;
        }
        #htu_step{
            display: block;
        }
        #htu_step .step img {
            width: 75%;
        }
        #how_to_use h2 img {
            width: 200px;
            margin: 80px 0 40px 0;
        }
        #how_to_use .htu_copy {
            margin: 40px 0 80px 0;
            width: 100%;
        }
        #flow h2 img {
            margin-top: 80px;
            margin-bottom: 40px;
            width: 200px;
        width: 280px;
    }
    /* お手入れの順序 */
    #flow_block .flex {
        display: block;
        text-align: center;
    }
    .flow_s {
        margin: 0 auto;
        width: 100%;
    }
    #flow_block h3 {
        margin: 16px 0 ;
    }
    #flow p {
        text-align: left;
    }
    #precautions ul { 
        margin: 24px 16px 24px 28px;
    }
    #precautions h3 {
        font-size: 20px;
        padding: 4px;
    }
    #precautions {
        margin-bottom: 80px;
    }
    #flow {
        background-size: contain;
    }
    #precautions li {
        font-size: 14px;
    }

    /* こんな時に活躍します！ */
    #active img:first-child {
    width: 90%;
    margin-bottom: 24px;
    }
    #active .flex {
        display: block;
        margin-bottom: 32px;
    }
    #active_2, #active_4 {
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        margin-top: 16px;
    }
    #active_3, #active_5 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        margin-top: 16px;
    }
    #active h3 {
        font-size: 24px;
    }
    #active .flex div{
        margin: 0px;
    }
    #active {
        margin-bottom: 80px;
    }
    /* CTA2 */
    #cta_2{
        padding-bottom: 80px;
    }
    #cta_2_block .flex{
        display: block;
    }
    #cta_2_block .flex div {
        width: 100%;
    }
    #cta_2_block .flex p {
        text-align: left;
    }
    #cta_2_block .title {
        width: 100%;
    }
    #cta_2_block .button {
        width: 100%;
    }
    #cta_2_block {
        padding: 40px 24px;
    }
    .explanation img:first-child {
        width: 30%;
    }
    .explanation img:nth-child(2) {
        width: 58%;
    }
    #cta_2_block .cta_product {
        width: 100%;
    }
    #cta_2_block .flex p {
        margin-bottom: 24px;
    }
    #cta_2_block .flex span {
        font-size: 12px;
    }
    /* Q&A */
    #q_a {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #q img {
        width: 44px;
        margin-right: 16px;
        margin-left: 12px;
    }
    #q p{
        text-align: left;
    }
    #q_a .q_a_title {
        width: 131px;
        margin: 32px auto;
    }
    .q_a_box {
        width: 100%;
    }

}
