@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');

.modal-open {
    height: 100vh;
    overflow: hidden;
    padding-right: 0px;
}

.modal-header {
    background-color: #CB2E27;
    background: url(/assets/img/common/bg_main_underpage.png);
}

/* h1 title */
.modal-title {
    font-size: 2.5em;
    color: #FFFFFF;
}

/* close button */
.btn-close {
    background: transparent url(/assets/img/member/modal/close.svg) center/1em auto no-repeat;
    opacity: 1;
    font-size: 220%;
}

.modal-body {
    background-color: #F4F2EC;
    text-align: center;
    padding: 80px 0;
}

/* stamp-writing */
.stamp-writing {
    margin: 0 100px;
}

/* contents */
.img-large {
    margin: 80px auto;
    margin-top: 0;
    text-align: center;
    text-align: -webkit-center;
}

.img-large img {
    filter: drop-shadow(8px 8px 15px rgba(0, 0, 0, 0.3));
    width: 598px;
}

.pc-img {
    display: block;
}

.sp-img {
    display: none;
}

.stamp-contents {
    display: flex;
    margin: 0 100px;
    justify-content: space-between;
}

/* stamp img */
.stamp-img {
    filter: drop-shadow(6px 6px 15px rgba(0, 0, 0, 0.25));
    width: 270px;
}

/* stamp text contents */
.stamp-theme h2 {
    font-size: 3.5em;
}

.stamp-theme-en {
    color: #B39E8C;
    font-size: 0.45em;
    font-weight: 300;
    font-family: 'Cormorant Garamond', serif;
    margin-left: 15px;
}

.stamp-text {
    text-align: left;
}

.stamp-text h3:nth-child(2) {
    margin-bottom: 10px;
}

.line {
    margin: 30px 0 50px;
}

@media (max-width:991px) {
    .img-large img {
        width: 90%;
        margin: 60px auto;
        margin-top: 0;
    }

    .stamp-contents {
        flex-flow: column;
        align-items: center;
    }

    .sp-reverse {
        flex-flow: column-reverse;
    }

    .line img {
        width: 80%;
    }

    .modal-body {
        padding: 60px 0;
    }
}

@media (min-width:280px) and (max-width:414px) {
    .img-large img {
        width: 70%;
    }

    .pc-img {
        display: none;
    }

    .sp-img {
        display: block;
    }

    .stamp-theme h2 {
        font-size: 3em;
    }

    .stamp-contents {
        margin: 0 50px;
    }
}