@charset "UTF-8";
/* -------------------
header
--------------------- */
body.page-id-26 .header__topic,
body.page-id-50 .header__topic{
    display: none;
    }

/* -------------------
mainImage
--------------------- */
.section--mainImage {
    width: 100%;
    height: 100dvh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.mainImage__topic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
    text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    z-index: 1; /* 文字をスライドの前面に出す */
}

.mainImageLink {
    display: flex;
    position: absolute;
    bottom: 5.9%;
    right: 11.2%;
    gap: 4rem;
    z-index: 1; /* ボタンをスライドの前面に出す */
}

.btnNoarrow--mainImageLinkBtn {
    color: white;
}

.mainImgIconPC {
    display: none;
}

/* mainImage pc */
@media screen and (min-width: 769px) {
    .mainImage__topic {
        font-size: 4rem;
        font-weight: 500;
        line-height: 100%;
    }

    .mainImageLink {
        bottom: 5.8%;
        right: 13.9%;
    }

    .mainImgIconPC {
        display: inline-block;
        width: 3.2rem;
    }

    .mainImgIconSP {
        display: none;
    }
}
/*  pc 769px */

/* -------------------
about
--------------------- */
.section--about {
    padding: 2.4rem 11.2% 9.2rem;
}

.catchCopy {
    font-size: 2rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.1rem;   
    margin: 0 auto; 
    max-width: 104rem;
}

.catchCopy::before {
    content: "";
    display: block;
    width: 8.9rem;
    height: 17rem;
    background-image: url(../images/flower_margaret01.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-48%);
}

.aboutContents{
    margin: 0 auto;
    max-width: 104rem;
}

.aboutContents__txt{
    margin-top: 3.2rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 220%;    
}

.btn--about {
    margin-top: 3.2rem;
}

.topAboutImages{
    position: relative;
    width: 100%;
    height: 55.9rem;
    margin-top: 23.9rem;
}

.topAboutImages::before {
    content: "";
    display: block;
    width: 12.6rem;
    height: 18.1rem;
    background-image: url(../images/flower_margaret02.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -24.5rem;
    right: -0.6rem;
}

.topAboutImages__img01 {
    display: block;
    width: 68.7%; /* 68.7% 20rem*/
    max-width: 20rem;
    height: auto;
    position: absolute;
    top: 0;
    left: -2.4%;
}

.topAboutImages__img02 {
    display: block;
    margin-top: 2.9rem;
    width: 37.1%; /* 37.1% 10.8rem*/
    max-width: 10.8rem;
    height: auto;
    position: absolute;
    bottom: 22.2rem;
    left: 13%;
}

.topAboutImages__img03 {
    display: block;
    margin-top: 2.9rem;
    width: 52.5%; /* 52.5% 15.3rem*/
    max-width: 15.3rem;
    height: auto;
    position: absolute;
    bottom: 13.3rem;
    right: -14.4%;
}

.topAboutImages__img04 {
    display: block;
    margin-top: 2.9rem;
    width: 52.5%; /* 52.5% 15.3rem*/
    max-width: 15.3rem;
    height: auto;
    position: absolute;
    bottom: 0;
    left: -14.4%;
}

.topAboutImages__img01::before {
    content: "";
    display: block;
    width: 12.6rem;
    height: 18.1rem;
    background-image: url(../images/flower_margaret02.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);    
}

/* about pc */
@media screen and (min-width: 768px) {
    .section--about {
        padding: 6.1rem 22.2% 16rem;
    }
    
    .catchCopy {
        line-height: 180%;
    }

    .catchCopy::before {
        width: 13.4rem;
        height: 25.5rem;
        transform: translateX(-80%);
    }

    .aboutContents__txt{
        margin-top: 2.8rem;
        max-width: 104rem;
    }

    .topAboutImages{
        height: 54.4rem;
        margin: 24rem auto 0;
    }

    .topAboutImages::before {
        width: 19rem;
        height: 27.2rem;
        /* transform: translate(420% ,-120%); */
        position: absolute;
        top: -36.3rem;
        right: -19rem;
    }

    .topAboutImages__img01 {
        width: 50.8%; /* 30.5rem; */ 
        left: -20%;
    } 
    
    .topAboutImages__img02 {
        margin-top: 4.7rem;
        width: 27.3%; /* 16.4rem; */
        bottom: 0;
        left: -8.6%;
    } 
    
    .topAboutImages__img03 {
        margin-top: 3.7rem;
        width: 38.8%; /* 23.3rem; */
        bottom: 28rem;
        right: -36.3%;
    }
    
    .topAboutImages__img04 {
        margin-top: 25.2rem;
        width: 38.8%; /* 23.3rem; */
        bottom: 3rem;
        left: 50%;
    } 
}
/*  pc 769px */

/* about pc 1024px*/
@media screen and (min-width: 1024px) {
    .topAboutImages{
        height: 54.4rem;
        margin-top: 24rem;
        max-width: 104rem;
    }
    
    .topAboutImages__img01 {
        width: 38.1%; /* 30.5rem; */ 
        max-width: 30.6rem;
        left: -15%;
    }
    
    .topAboutImages__img02 {
        margin-top: 4.7rem;
        width:  20.6%; /* 16.4rem; */
        max-width: 16.5rem;
        bottom: 0;
        left: -6.6%;
    }
    
    .topAboutImages__img03 {
        margin-top: 3.7rem;
        width: 29.2%; /* 23.3rem; */
        max-width: 23.4rem;
        bottom: 28rem;
        right: -15%;
    }
    
    .topAboutImages__img04 {
        margin-top: 25.2rem;
        width: 23.3rem; /*　29.2%; */
        max-width: 23.4rem;
        bottom: 4.5rem;
        left: 43.5%;
    }
}
/*  pc 1024px */

/* about pc 2000px */
@media screen and (min-width: 2000px) {
    .topAboutImages{
        height: 54.4rem;
        margin-top: 24rem;
        max-width: 104rem;
    }
    .topAboutImages__img01 {
        width: 38.1%; /* 30.5rem */ 
        max-width: 32rem;
        left: -15%;
    }
    
    .topAboutImages__img02 {
        margin-top: 4.7rem;
        width: 20.6%; /* 16.4rem ; */
        max-width: 16.4rem;
        bottom: 0;
        left: -6.6%;
    }
    
    .topAboutImages__img03 {
        margin-top: 3.7rem;
        width: 29.2%; /* 23.3rem ; */
        max-width: 26rem;
        bottom: 28rem;
        right: -15%;
    }
    
    .topAboutImages__img04 {
        margin-top: 25.2rem;
        width: 29.2%; /*　23.3rem ; */
        max-width: 26rem;
        bottom: 4.5rem;
        left: 43.5%;
    }
}
/*  pc 2000px */

/* -------------------
products
--------------------- */
.section--products {
    padding: 8rem 11.2%;
    background-color: var(--primary-gray);
}

.productsContent {
    margin-top: 6rem;
    line-height: 220%;
}

.btn--onlinestore {
    margin-top: 1.2rem;
}

.instagramImage {
    margin-top: 6rem;
    line-height: 0; /* 要素間の余白を削除 */
}

/* products pc */
@media screen and (min-width: 768px) {
    .section--products {
        padding: 16rem 13.9%;
        position: relative;
    }
    
    .productsFrame {
        max-width: 104rem;
        margin: 0 auto;
    }

    .productsContent {
        margin-top: 5.6rem;
        display: grid;
        grid-template-rows: auto auto;
    }

    .productsContent__txt{
        justify-self: start;
    }

    .btn--onlinestore {
        display: block;
        margin-top: 0;
        justify-self: end;
    }

    .btn--onlinestore::after {
        top: 32%;
    }

    .instagramImage {
        margin-top: 4rem;
        display: flex;
        flex-wrap: wrap;
    }

    .instagramImage__img {
        width: 25%;
    }
}
/*  pc 769px */

/* -------------------
contact
--------------------- */
.section--topContact {
    padding: 10rem 11.2% 32.7rem;
}

.topic--topContact {
    text-align: center;
}

.topContact {
    margin-top: 6.7rem;
    position: relative;
}

.topContact::after{
    content: "";
    display: block;
    width: 26rem;
    height: 20rem;
    background-image: url(../images/top_contactImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: translate(5.3% ,32.5%); */
    position: absolute;
    bottom: -27.3rem;
    left: 50%;
    transform: translateX(-50%);
} 

.topContactContent {
    text-align: center;
    margin-top: 4rem;
}

.topContactContent a {
    margin-top: 1.6rem;
}

.btn--topContact {
    margin: 0 auto;
    margin-top: 1.6rem;
}

/* contact pc */
@media screen and (min-width: 769px) {
    .section--topContact {
        padding: 16rem 13.9% 21.3rem;
        max-width: 178rem;
        margin: 0 auto;
    }
    
    
    .topic.topic--topContact {
        text-align: left;
      }
    
    .topContact {
        margin-top: 7.3rem;
        text-align: left;
        width: 46%;
    }

    .topContact::after{
        width: 39.7rem;
        height: 30.4rem;
        background-image: url(../images/top_contactImage.png);
        position: absolute;
        bottom: -7.8rem;
        left: 176%;
        transform: translateX(-50%);
    }

    .topContactContent {
        margin-top: 2.8rem;
    }

    .topContact__txt {
        text-align: left;
    }

    .topContactContent a {
        margin-top: 0;
    }

    .btn--topContact {
        margin-top: 0;
        margin-right: 0;
    }
}
/*  pc 769px */

