@charset "utf-8";

/* CSS Document */



/* ------------------------------------------
  common
--------------------------------------------- */
body {
    color: #37282e;
}

.bg-beige {
    background: #F4F1E9;
}

.sec-merikomi {
    position: relative;
    padding-top: 165px;
    /* ベージュ部分の高さを確保 */
    margin-top: -165px;
    /* 上にめり込ませる */
}

@media screen and (max-width: 768px) {
    .sec-merikomi {
        position: relative;
        padding-top: 120px;
        margin-top: -120px;
    }

    .chooseGift {
        margin: 0;
        padding: 0;
    }
}

.noto-serif {
    font-family: "Noto Serif JP", serif;
}

a:hover {
    opacity: inherit !important;
}

.section-title-en {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    color: #756639;
    padding-bottom: 1.25rem;
    text-align: center;
}

.section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .section-title-en {
        font-size: 0.85rem;
        padding-bottom: 0.75rem;
    }

    .section-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

}

.text-lightRed {
    color: #DB5353;
}

.bg-lightRed {
    background: #DB5353;
}

.bg-salmon-pink {
    background: #e58d8d;
}

.bg-gold {
    background: #92845A;
}

.bg-lavender {
    background: #c788d1;
}


.text-gold {
    color: #756639;
}

.maker {
    background: linear-gradient(transparent 60%, #FFEB3B 0%);
}

/* ------------------------------------------
  mv
--------------------------------------------- */
.mv {
    max-width: 1536px;
    height: 600px;
    position: relative;
    background: url(../images/kv.webp) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.mv h1{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: -2px;
}

.mv-sp{
    width: 100%;
    height: 100vw;
    position: relative;
    background: url(../images/kv_sp.webp) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-sp h1{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 2.6rem;
    line-height: 1.1;    
}

/* ------------------------------------------
  cv
--------------------------------------------- */
.cv {
    background: url(../images/cv-bg.webp) no-repeat center top;
    width: 56rem;
    height: 260px;
    max-width: 100%;
    background-size: cover;
}

.cv-btn {
    position: relative;
    top: 0;
    background: #bf4949;
    width: 576px;
    max-width: 100%;
    box-shadow: 0 8px #9a3737;
    transition: .2s ease-in-out;
}

.cv-btn:hover {
    top: 8px;
    box-shadow: 0 0 #781919;
}

@media screen and (max-width: 768px) {
    .cv {
        height: 220px;
    }

    .cv-btn {
        width: 100%;
        box-shadow: 0 4px #9a3737;
    }
}

/* ------------------------------------------
  fadein
--------------------------------------------- */
/*fadein*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein-active {
    opacity: 1;
    transform: translate(0, 0);
}

/* ------------------------------------------
  reason
--------------------------------------------- */


/* ========================================================
   for SP
===========================================================*/

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