@charset "utf-8";


.box-texture {
    /*  mix-blend-mode: multiply; */
    background-image: url(../img/all/texture.png);

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0.6;
}

.box-BT {
    font-weight: 700;
    font-size: clamp(24px,2vw,32px);
    line-height: 42px;
    letter-spacing: 0.1em;

}
.wrapper-main{
    position: relative;
    z-index: 3;
}
.page-title h1 {
    font-weight: 900;
    font-size: clamp(24px,3vw,36px);
    line-height: 42px;
    letter-spacing: 0.1em;
    padding: clamp(5px,2vw,13px) 0;
    border-top: clamp(2px,1vw,5px) solid #CFA7CD;
    border-bottom: clamp(2px,1vw,5px) solid #CFA7CD;
    color: #00696C;
}