@charset "utf-8";

body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #514141;
    line-height: 2.0;
}
h2,h3{
        font-family: "Shippori Mincho B1", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.4;
}

strong{
    color: #C5AD6F;
    font-weight: 400;
}

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

#kakunin{
    width: 100%;
    background-color: #E85757;
    position: sticky;
    top: 0;
    z-index: 100;
}


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

body{
    position: relative;
}
#button{
    position: fixed;
    bottom: 24px;
    right: 0px;
    z-index: 100;
    object-fit: contain;
}
#button img{
    width: 50px;
    transition: .3s;
}
#button img:hover{
    opacity: 0.5;
}

#p_title{
    font-size: 36px;
    text-align: center;
}
#problem{
    background-image: url(image/p_bg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}
#problem h2{
    margin-bottom: 112px;
}
#problem h3{
    font-size: 28px;
    margin-bottom: 32px;
}
#problem ol{
    max-width: 800px;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    margin-bottom: 96px;
    
}
#problem ol img{
    margin-bottom: 32px;
    width: 216px;
}
.white_1{
    height: 120px;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.white_2{
    height: 140px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}


#product .flex{
    justify-content: space-between;
}
#product img{
    width: 300px;
    margin-bottom: 24px;
}
#product h2{
    font-size: 32px;
    margin-bottom: 56px;
}
#product h2 strong{
    font-size: 48px;
}
.explanation{
    width: 50%;
    text-align: left;
}
.explanation_p{
    margin-top: 40px;
}
.explanation h3{
    font-size: 40px;
}


.title_1{
    background-image: url(image/t1_bg.webp);
    background-position: center;
    background-size: cover;
    margin: 0 auto 80px auto ;
}
.title_1 .title_text img{
    width: 40px;
}
.title_1 .title_text{
    text-align: center;
    padding: 120px 0px;
}
.title_1 .title_text h2{
    color: #FFF;
    font-size: 40px;
    margin-bottom: 32px;
}

#history .container{
    justify-content: space-between;
    align-items: center;
}
#history .container p{
    width: 42%;
    font-size: 16px;
    line-height: 2.0;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}
#history .container img{
    width: 50%;
}
#history #doubt{
    margin-top: 108px;
    margin-bottom: 160px;
}
#history #doubt h3{
    line-height: 1.8;
}
#history #doubt h3 strong{
    font-size: 36px;
    color: #514141;
    text-decoration:underline #F6ECC6 12px;
}
#history #doubt .flex{
    justify-content: space-between;
}
#history #doubt .flex strong{
    font-size: 32px;
}
#history #doubt .flex img{
    width: 470px;
    object-fit: contain;
}
#history h3{
    margin-bottom: 64px;
}
#history #doubt .last_p{
    width: 100%;
}


#r_pc{ display: block !important; }
#r_sp{ display: none !important; }

.title_2{
    background-image: url(image/t2_bg.webp);
    background-position: center;
    background-size: cover;
    margin: 0 auto 80px auto ;
}
.title_2 .title_text img{
    width: 40px;
}
.title_2 .title_text{
    text-align: center;
    padding: 120px 0px;
}
.title_2 .title_text h2{
    color: #FFF;
    font-size: 40px;
    margin-bottom: 32px;
}
#features #st_1 img{
    width: 500px;
    display: block;
    margin: 0 auto 64px auto;
}
#features #st_2 img{
    width: 464px;
    display: block;
    margin: 0 auto 64px auto;
}
#reason{
    background: linear-gradient(#fff5e100, #FFF5E1, #fff5e100);
    padding-bottom: 160px;
}
#reason .container ul li{
    margin-bottom: 64px;
}
#reason .container img{
    width: 100%;
}
#features #like_this .flex{
    justify-content: space-between;
}
#features #like_this .flex img{
    width: 240px;
    margin-bottom: 40px;
}
#like_this{
    margin-bottom: 164px;
}

.l_title{
    background-color: #F3EDE7;
    padding: 8px 10px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 24px;
    margin-bottom: 14px;
}

.title_3{
    background-image: url(image/t3_bg.webp);
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.title_3 .title_text img{
    width: 40px;
}
.title_3 .title_text{
    text-align: center;
    padding: 120px 0px;
}
.title_3 .title_text h2{
    color: #FFF;
    font-size: 40px;
    margin-bottom: 32px;
}

#voice #bg{
    background-image: url(image/v_bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 186px;
    padding-bottom: 186px;
}
#voice .container ul{
    display: grid;
    gap: 80px;
}
#voice .flex img{
    width: 170px;
    object-fit: contain;
}
#voice .flex{
    gap:24px;
}
#voice .v_text{
    text-align: left;
    width: 80%;
}
#voice .v_text h4{
    font-family: "Shippori Mincho B1", serif;
    font-size: 24px;
    color: #E0A245;
    border-bottom: solid #D7CDBF 1px ;
    padding-bottom: 4px;
}
#voice .v_text p{
    padding-top: 6px;
}



#resource{
    margin-top: 160px;
}
#resource h4 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 24px;
}
.font_s{
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
}
.font_f{
    font-size: 14px;
}
#resource .flex{
    margin-bottom: 150px;
    text-align: left;
    justify-content: space-between;
}
#resource .flex div{
    width: 47%;
}
#resource img{
    width: 100%;
    object-fit: contain;
}


#cta{
    background: linear-gradient(#fff5e100, #FFF5E1, #fff5e100);
    padding: 140px 0px;
}
#cta .container{
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #fff;
    border: solid 1px #FDCB90;
    align-items: center;
    justify-content: space-around;
}
#cta .text_box{
    text-align: right;
}
#cta .text_box .flex{
    justify-content: end;
    margin-bottom: 40px;
    justify-content: space-between;
}
#cta h3{
    font-size: 40px;
    text-align: left;
    border-bottom: solid 1px #CBB9B9;
    padding-bottom: 6px;
    margin-bottom: 56px;
}
#cta img{
    width: 350px;
}
#cta .flex a{
    display: block;
    width: 100%;
    height: 100%;
}
#cta .flex p{
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
}
#cta .flex strong{
    font-size: 60px;
    color: #514141;
    line-height: 1em;
}
#cta .flex a{
    background-color: #514848;
    color: #fff;
    transition: .3s;
}
#cta .flex a:hover{
    opacity: 0.7;
}


#precautions{
    max-width: 810px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgb(228, 221, 210);
    padding-top: 56px;
    padding-bottom: 56px;
}
#precautions .block{
    margin-left: 64px;
    margin-right: 64px;
}
#precautions h3{
    font-size: 32px;
    text-align: center;
    background-color: #FFF4E7;
    padding: 10px;
    margin-bottom: 40px;
}
#precautions h4{
    display: inline;
    border-bottom: solid 1px #E3D7C5;
    padding-bottom: 4px;
    font-weight: 500;
    margin-bottom: 24px;
}
#precautions p{
    margin-top: 8px;
    margin-bottom: 32px;
}
#precautions ul{
    margin-top: 8px;
}
#precautions li p{
    display: inline;
}
#precautions li{
    list-style: disc inside;
}


#questions{
    max-width: 810px;
    margin: 120px auto 268px auto;
}
#questions h3{
    font-size: 32px;
    text-align: center;
    margin-bottom: 64px;
}
#questions .q_1{
    display: flex;
}
#questions .q_box{
    padding:  0px 14px;
    display: inline;
    background-color: #E1C19A;
    color: #fff;
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    
}
#questions .q_1 h4{
    width: 100%;
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    border-bottom: solid 1px #E1C19A;
    padding-left: 6px;
}
#questions .answer{
    margin-top: 8px;
    margin-left: 54px;
    margin-bottom: 40px;
}



footer{
    background-color: #514848;
    text-align: center;
    padding-top: 56px;
    color: #fff;
}
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 small{  
    font-weight: 200;
    font-size: 12px;
}
#footer_btn{
    margin-top: 24px;
    border:1px solid #FFF;
    width: 143px;
}
#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: 768px) {
    #problem h2{
        font-size: 28px;
    }
    #problem ol img{
        width: 180px;
    }
    .explanation h3 {
        font-size: 28px;
    }
    .title_1 .title_text h2 {
        font-size: 32px;
    }
    .title_2 .title_text h2 {
        font-size: 32px;
    }
    .title_ .title_text h2 {
        font-size: 32px;
    }

    #history #doubt .flex{
        display: block;
    }
    #history #doubt .flex img{
        margin-bottom: 24px;
    }
    #history .container p {
        width: 100%;
        margin-bottom: 24px;
    }

    #features #st_1 img {
        width: 90%;
    }
    #features #st_2 img {
        width: 90%;
    }
    #features #like_this .flex img {
        width: 180px;
    }
    .l_title {
        font-size: 20px;
        margin: 4px 6px;
    }
    
    #resource .flex {
        display: block;
        margin-bottom: 80px;
    }
    #resource .flex div {
        width: 90%;
        margin:auto;
    }

    #cta {
        margin-left: 16px;
        margin-right: 16px;
    }
    #cta .button_img {
        width: 260px;
    }

    #precautions {
        margin-left: 16px;
        margin-right: 16px;
    }

    #questions {
        margin: 120px 16px 268px 16px;
    }


}

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

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

    .flex{
        display: block;
    }
    
    .container{
        padding:  0 16px;
    }
    #problem h2{
        font-size: 24px;
        margin-bottom: 40px;
    }
    #problem ol{
        display: block;
    }
    #problem ol li{
        margin-bottom: 24px;
    }
    #problem ol li p{
        font-size: 18px;
    }
    #problem ol img{
        width: 60%;
        margin-bottom: 8px;
    }
    .white_1{
        height: 80px;
    }
    .white_2{
        height: 80px;
    }
    #problem h3{
        font-size: 24px;
    }
    #problem .container .txt_2{
        font-size: 15px;
        text-align: left;
    }
    .cl{
        display: flex;
        flex-direction: column-reverse;
    }

    #product h2 {
        font-size: 24px;
    }
    #product h2 strong {
        font-size: 32px;
    }
    #product .flex{
        display: flex;
        flex-direction: column-reverse;
    }
    #product img{
        margin:auto;
        width: 200px;
    }
    .explanation{
        width: 100%;
        margin: auto;
        margin-bottom: 64px;
    }
    .explanation_p{
        margin-top: 24px;
    }
    .explanation h3{
        font-size: 32px;
    }

    .title_1 .title_text h2{
        margin: 0 24px;
        font-size: 28px;
    }
    .title_2 .title_text h2{
        margin: 0 24px;
        font-size: 28px;
    }
    .title_3 .title_text h2{
        margin: 0 24px;
        font-size: 28px;
    }
    #history .container{
        flex-direction: column-reverse;
    }
    #history .container p {
        width: 100%;
    }
    #history .container img{
        width: 100%;
        margin: auto;
        padding-bottom: 24px;
    }
    #history #doubt{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #history #doubt .flex img {
        width: 100%;
        margin-bottom: 0;
    }
    #history h3 {
        margin-bottom: 32px;
        font-size: 18px;
    }
    #history #doubt h3 strong {
        font-size: 28px;
    }
    #history #doubt .flex strong {
        font-size: 24px;
    }

    #r_pc{ display: none !important; }
    #r_sp{ display: block !important; }

    #reason {
        padding-bottom: 80px;
    }
    #reason .container ul li{
        margin-bottom: 24px;
    }
    #features #like_this .flex img {
        width: 60%;
        margin-bottom: 8px;
    }
    #like_this .l_title{
        width: 80%;
        margin: auto;
    }
    #like_this {
        margin-bottom: 104px;
    }
    #like_this li{
        margin-bottom: 40px;
    }


    #voice .container ul{
        gap: 24px;
    }
    #voice #bg{
        padding-top: 80px;
        padding-bottom: 104px;
    }
    #voice .v_text {
        width: 100%;
    }
    #voice .v_text h4 {
        font-size: 22px;
    }

    #resource {
        margin-top: 80px;
    }
    #resource h4 {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .font_s {
        font-size: 15px;
    }

    #cta {
        padding: 104px 0px;
        margin-left: 0;
        margin-top: 0;
    }
    #cta img {
        width: 220px;
    }
    #cta h3 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    #cta .flex strong {
        font-size: 40px;
    }
    #cta img:last-child{
        width: 100%;
    }
    #cta .container {
        padding-top: 40px;
        padding-bottom: 64px;
    }
    #cta .container {
        margin-left: 16px;
        margin-right: 16px;
    }
    #cta .flex p{
        font-size: 12px;
    }
    #cta .text_box .flex {
        display: flex;
    }

    #precautions{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    #precautions h3{
        font-size: 22px;
    }
    #precautions p {
        font-size: 14px;
    }
    #precautions .block{
        margin-left: 16px;
        margin-right: 16px;
    }

    #questions {
        margin: 104px 16px 200px 16px;
    }
    #questions h3{
        font-size: 24px;
    }
    #questions .q_1 h4{
        font-size: 18px;
    }
    #questions .q_box{
        display: flex;
        align-items: center;
    }
    #questions .answer{
        font-size: 15px;
    }

}