@charset "UTF-8";

/* ===================================
header
==================================== */
header {
    background-color: var(--deepblue);
}

/* =======================================================
アレンジメント・リース・スワッグ・晴れの花　共通topicスタイル
======================================================== */
.section__topic {
    padding: 120px 0 60px; 
}

.section__subtopic--arrange {
    display: flex;
    justify-content: space-between;
    padding: 38px 76px 38px 60px;
}
.section__subtopic--ja-white {
    color: var(--offwhite);
    font-family: "Hina Mincho", serif;
    font-size: 3.2rem;
    padding-top: 16px;
}

.section__subtopic--en-gray {
    color: rgba(217, 211, 210, 0.27);
    font-family: "Square Peg", cursive;
    font-size: 80px;
    line-height: normal;
}

.section__subtopic--ja-blue {
    color: var(--deepblue);
    font-family: "Hina Mincho", serif;
    font-size: 3.2rem;
    padding-top: 16px;
}

.section__subtopic--en-brue {
    color: rgba(39, 36, 60, 0.27);
    font-family: "Square Peg", cursive;
    font-size: 80px;
    line-height: normal;
}

/*  sp・ */
@media screen and (max-width: 767px) {
    .section__topic {
        padding: 54px 0 16px;
        font-size: 2.2rem;
    } 

    .header {
        padding: 8px;
    }

    .section__subtopic--ja-white,
    .section__subtopic--ja-blue {
        font-size: 1.8rem;
        white-space: nowrap;
    }

    .section__subtopic--en-gray,
    .section__subtopic--en-brue {
        font-size: 3.2rem;
        margin-top: 16px;
    }

}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section__topic {
        padding: 70px 0 31px;
    }

    .section__subtopic--ja-white,
    .section__subtopic--ja-blue {
        font-size: 2.2rem;
        white-space: nowrap;
    }

    .section__subtopic--en-gray,
    .section__subtopic--en-brue {
        font-size: 6rem;
        margin-top: 16px;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px) {
    .section__subtopic--ja-white,
    .section__subtopic--ja-blue {
        font-size: 1.6rem;
    }
}

/* =======================================================
アレンジメント・リース・スワッグ・晴れの花　共通グリッドスタイル
======================================================== */
.section--arrangementitem,
.section--swagitem {
    background-color: var(--deepblue);
}

.section--wreathitem,
.section--ceremonyitem {
    background-color: var(--bluegray);
}

.arrangementitem__grid,
.wreathitem__grid,
.swagitem__grid,
.ceremonyitem__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 55px;
    margin: 0 auto; 
    max-width: 1328px;
    padding: 0 0.38%;
}

.arrangementitem__grid img,
.wreathitem__grid img,
.swagitem__grid img,
.ceremonyitem__grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.arrangement-label,
.swag-label {
    color: rgba(217, 211, 210, 0.27);
    font-family: "Square Peg", cursive;
    font-size: 128px;
    line-height: normal;
    padding-bottom: 32px; 
}

.wreath-label,
.ceremony-label {
    color: rgba(39, 36, 60, 0.27);
    font-family: "Square Peg", cursive;
    font-size: 128px;
    line-height: normal;
    padding: 12px 0;
}


/*  sp・タブレット */
 @media screen and (max-width: 1024px) {
    .section__subtopic--arrange {
        justify-content: space-between;
        padding: 8px 5.3% 20px;
        align-items: center;
    }

    .arrangementitem__grid,
    .wreathitem__grid,
    .swagitem__grid,
    .ceremonyitem__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        padding: 0 9.3%;
    }

    .arrangement-label,
    .swag-label {
        font-size: 4.2rem;
        color: rgba(217, 211, 210, 0.27);
        padding: 8px 0 16px;
    }

    .wreath-label,
    .ceremony-label {
        font-size: 4.2rem;
        color: rgba(39, 36, 60, 0.27);
        padding: 8px 0 16px;
    }
} 

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .arrangementitem__grid,
    .wreathitem__grid,
    .swagitem__grid,
    .ceremonyitem__grid {
        gap: 60px;
        padding: 0 7.8%;
    }

    .arrangement-label,
    .swag-label,
    .wreath-label,
    .ceremony-label {
        font-size: 6rem;
        padding: 12px 0 26px;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px) {
    .arrangementitem__grid,
    .wreathitem__grid,
    .swagitem__grid,
    .ceremonyitem__grid {
        gap: 25px;
        padding: 0 7.8%;
    }
}

/* ===================================
暮らしにそっと彩を
==================================== */
.arrangement__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url(../images/arrangement_end_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 480px;
    height: 30vh;
    padding-right: 14%;
    opacity: 0.6;
}

.arrangementimg__txt {
    font-size: 3.2rem;
    font-family: "Kaisei Opti", serif;
    color: var(--lightgray);
    padding: 0 40px;
    white-space: nowrap;
}

/*  sp・タブレット */
 @media screen and (max-width: 1024px) {
    .arrangement__img {
        background-image: url(../images/arrangement_end_sp.png);
        min-height: 187px;
        padding: 82px 6.4%;
    }

    .arrangementimg__txt {
        font-size: 1.6rem;
        padding-right: 4px;
    }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1250px) {
    .arrangement__img {
        min-height: 320px;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px) {
    .arrangementimg__txt {
        font-size: 1.5rem;
    }
}


/* ===================================
footer
==================================== */
.footer {
    background-color: var(--deepblue);
}

.footer__logo img {
    width: 300px;
    height: auto;
    margin: 0 auto 28px;
    padding-top: 103px;
}

footer .nav__list {
    gap: 20px;
    justify-content: center;
    margin-bottom: 86px;
}

.copy {
    color: var(--offwhite);
    font-family: "Kotta One", serif;
    font: 1.4rem;
    margin-bottom: 38px;
}

.footer ,
.copy {
  margin: 0;
  padding: 0;
}

.footer__instagram {
    display: none;
}

/*  sp・タブレット */
 @media screen and (max-width: 1024px) {
    .footer__logo img {
        width: 142px;
        padding-top: 50px;
    }

    .copy {
        font-size: 1.3rem;
        padding-top: 12px;
    }

    .footer__bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        gap:210px;
        padding-bottom: 12px;
    }

    .footer__instagram {
        display: flex;
    }

    .footer__instagram img {
        width: 20px;
        height: 20px;
    }        
 }

 /* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer__bottom {
        gap: 540px;
    }

    .footer__instagram {
        display: flex;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px){
    .footer__bottom {
        gap: 150px;
    }
}
