/*Theme Name:GranCuore*/

@charset: "utf-8";
/*--- 基本設定 ---*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Fahkwang', sans-serif;
    color: #adadad;
}

a {
    text-decoration: none;
}

body {
    background-color: #f5f5f4;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.fadein {
    opacity: 0;
    transform: translateY(90px);
    transition: 1.3s;
}

.slidein {
    opacity: 1;
    transform: translateY(0px);
}


/*---topに戻る---*/

footer .totop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: inline-block;
}

footer .totop .fa-chevron-circle-up {
    font-size: 200px;
    color: rgba(164, 167, 170, 0.35);
    font-size: 40px;
}



/*---- footer ----*/

footer {
    text-align: center;
    width: 100%;
    padding-top: 5%;
}

footer i {
    text-align: center;
    font-size: 30px;
}

footer .copy {
    line-height: 2;
    font-family: 'Fahkwang', sans-serif;
}

h1,
h2,
h3 {
    text-align: center;
}


.title:hover {
    color: #918d71;
}


/*-------- main --------*/


header {
    text-align: center;
}

.jwl,
.btfl {
    width: 30%;
}

.sh {
    display: none;
}

h1,
h2,
h3 {
    margin: 5%;
}

h1 {
    /*text-shadow: 3px 3px 3px rgba(239, 76, 195, 0.26);*/
    padding-top: 5%;
}


#jewelry h2 {
    font-family: 'Fahkwang', sans-serif;
    color: #553e71;
    font-size: 40pX;
}

#beauty h2 {
    font-family: 'Fahkwang', sans-serif;
    color:#7eb2cd ;
    font-size: 40pX;
}

#jewelry h3 {
    font-size: 35px;
    color: #553e71;
}

#beauty h3 {
    font-size: 35px;
    color: #7eb2cd;
}

.title {
    font-family: 'Fahkwang', sans-serif;
    font-size: 18px;
    text-align: center;
    padding-top: 5%;
    font-size: 20px;
    text-align: center;
    margin-top: 5;
    padding-bottom: 5%;
}

div.nav {
    padding-left: 5%;
    width: 85%;
    margin: auto;
    overflow: hidden;
    padding-top: 8%;
    padding-bottom: 10%;
}

.one,
.two,
.three {
    width: 30%;
    margin: 1%;
}

.one {
    float: left;
}

.two {
    float: left;
    padding-left: 2%;
}

.three {
    float: right;
    padding-left: 2%;
}

/*検討*/

/*--- design3 ---*/

#design3 {
    margin-left: 15%;
    /*---margin: auto;---*/
    padding-top: 100px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;

}

#design3 .product10 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#design3 .product10 img {
    width: 85%;
    max-width: 100%;
    box-shadow: 0px 2px 5px rgba(7, 7, 7, 0.37);
    margin-bottom: 2%;

}







.inst {
    font-size: 80px;
    text-align: center;
    margin-bottom: 10%;
}

.inst i {
    color: #adadad;
}

.inst p {
    font-size: 20px;
    color: #adadad;
}

/*---------- bp768 ---------*/
@media(max-width: 768px) {
    h3 {
        font-size: 4vw
    }
}

/*------- bp690 ------*/
@media(max-width: 690px) {
    h1 {
        font-size: 4vw
    }

    .title {
        font-size: 3vw;
    }

    /*------- 検討bp637 ------*/
    #design3 {
        margin: auto;
    }

    #design3 .product10 {
        flex-direction: column;
        text-align: center;
    }

    #design3 .product10 img {
        width: 100%;
        margin-bottom: 2%;
    }


}

/*---------- desi2-550 ---------*/
@media(max-width: 550px) {
    h2 {
        font-size: 5vw;
    }

    .two {
        padding-left: 0;
        padding-top: 5%;
    }

    .one,
    .two,
    .three {
        float: none;
        width: 85%;
        padding-bottom: 3%;
    }

    .title {
        padding-bottom: 1%;
    }

    .pc {
        display: none;
    }

    .sh {
        display: block;
    }
