.fv-wrapper{
    position: relative;
}
.fv-wrapper .big-txt{
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: calc(22px + 10*(100vw - 479px) /(1920 - 479));
    font-family: "EB Garamond", "Shippori Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8);
    width: 100%;
}
.p_re{
    position: relative;
}
.cap_image{
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #707070, 0 0 5px #707070, 0 0 5px #707070;
    font-family: "EB Garamond", serif;
    font-style: italic;
}
.cont03{
    padding-bottom: 320px!important;
    padding-top: 40px;
}
.button-txt{
    font-size: 30px;
    color: #fff!important;
    font-family: "EB Garamond", "Shippori Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-decoration: none;
    position: absolute;
    top: 68%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    background-color: #9a5840;
    padding: 20px;
    text-align: center;
}
.button-txt2{
    font-size: 30px;
    color: #fff!important;
    font-family: "EB Garamond", "Shippori Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-decoration: none;
    position: relative;
    width: 600px;
    background-color: #9a5840;
    padding: 20px;
    text-align: center;
    margin: 50px auto 0;
    display: block;
}
.button-txt::after, .button-txt2::after{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(0deg);
}
.button-txt:hover, .button-txt2:hover{
    text-decoration: none;
    background-color: #a77e6f;
}
.img_area{
    width: 900px;
}

/* popup-bnr */
.popup-bnr {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 1000;
}
.floating-bnr {
    width: fit-content;
    max-width: 480px;
    position: fixed;
    top: 50%;
    z-index: 9999;
}
.floating-bnr.first-bottom-center {
    left: 50%;
    transform: translate(-50%, -50%); /* 画面中央 */
}
.bnr_close {
    background-color: #f8f8f8;
    border: none;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    color: #777;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 8px;
    position: absolute;
    right: -9px;
    top: -12px;
    z-index: 99999;
}
.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "\f00d";
}
.floating-bnr.first-bottom-center img{
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 1024px) {
    .img_area {
        width: 90%;
    }
}
@media screen and (max-width: 768px){
    .cont03{
        padding-bottom: 60px!important;
    }
    .button-txt, .button-txt2{
        font-size: 20px;
        top: 95%;
        padding: 20px 10px;
        width: 90%;
    }
    .pt{
        padding-top: 150px;
    }
}
@media screen and (max-width: 479px){
      .fv-wrapper .big-txt{
        font-size: 22px;
        left: 10px;
    }
    .button-txt{
        font-size: 18px;
        top: 95%;
        padding: 20px 10px;
        width: 95%;
    }
    .button-txt2{
        font-size: 18px;
        top: 95%;
        padding: 20px 10px;
        width: 100%;
    }
    .floating-bnr{
        width: 90%;
    }
}