@charset "utf-8";

/* CSS Document */



/* ------------------------------------------
  common
--------------------------------------------- */
body {
    color: #343434;
}

.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: 1.0rem;
        padding-bottom: 0.75rem;
    }

    .section-title {
        font-size: 1.25rem;
    }

}

.text-lightRed {
    color: #DB5353;
}

.bg-lightRed {
    background: #DB5353;
}

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

.text-gold {
    color: #756639;
}

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

/* ------------------------------------------
  mv
--------------------------------------------- */
.slideshow-container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.slideshow-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    /* 最初は非表示 */
    transition: opacity 1s ease-in-out;
    /* フェードイン・アウト効果 */
}

.slideshow-image.active {
    opacity: 1;
    /* 表示 */
}

/* 画面幅が1536px以上の場合 */
@media (min-width: 1536px) {
    .slideshow-container {
        width: 1536px;
        margin: 0 auto;
    }
}

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

.cv-btn {
    position: relative;
    top: 0;
    background: #AF3030;
    width: 576px;
    max-width: 100%;
    box-shadow: 0 8px #781919;
    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 #781919;
    }
}

/* ------------------------------------------
  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) {}
