/* Avoid Chrome to see Safari hack */

:root{
    --dark-brown:#7a6126;
}


/* common */
.mv-container-in .caption{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    opacity: 1 !important;
}
.js-load-split > * {
  overflow: hidden;
}
.js-load-split01{
    overflow: hidden;
    display: inline-block;
}
.js-load-split01_inner{
    display: inline-block;
}
.js-load-split01_inner.--under{
    padding-left: 16px;
}
.js-out-txt,.js-in-txt{
    display: inline-block;
}
@media screen and (max-width:767px){
    .js-load-split01_inner.--under{
        padding-left: 10px;
    }
}
.js-out-first-txt{
    display: inline-block;
    opacity: 1 ;
}
/* ローディング */
.load {
    position: absolute;
    top: 0;
    left: 0;
    background: #d4cbb9;
    z-index: 999999;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100lvh;
    mask-image: url(../images/top/mask.webp);
    /* 初期状態（上に隠れている） */
    -webkit-mask-size: 100% 350%;
    mask-size: 100% 400%;
    -webkit-mask-position: 60% 0%;
    mask-position: 60% 0%;
    opacity: 1;
    /* will-change: mask-position, opacity; */
}

.load.is_active {
    /* 下へ移動 */
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    opacity: 0;
    transition:
    -webkit-mask-position 2.6s cubic-bezier(.215, .61, .355, 1),
    mask-position 2.6s cubic-bezier(.215, .61, .355, 1),
    opacity 1.6s ease;
}

.link-btnWrap .link-btn{
    background: #b76453;
    border: none;
    color: #fff;
    display: block;
    border-radius: 8px;
    padding: 12px;
    transition: .8s;
    border: 1px solid #b76453;
}
.link-btnWrap .link-btn:hover{
    background: #ded9d0;
    color: #b76453;
    border: 1px solid #b76453;
}

.new-header.active{
    opacity: 0;
    pointer-events: none;
}
.hamburger.active{
    opacity: 0;
    pointer-events: none;
}
/* mv */
.mv{
    position:relative;
    height: auto;
    width: 100vw;
    background: #d4cbb9;
}

.js-scroll{
    inset:0;
    width:100%;
    will-change:transform;
    /* height: 100%; */
}

.panel{
    position:relative;
    height: 100vh;
    overflow:hidden;
    background: #000000;
}
.first-image{
    background: #d4cbb9;
    width: 100%;
    height: 100%;
}
.mv-image{
    position:absolute;
    inset:0;
    overflow:hidden;
}
.mv-image.--last{
    /* height: 100svh; */
    /* overflow: visible; */
}
.mv-image img{
    position:absolute;
    /* inset:-10%; */
    width:100%;
    height:100vh;
    object-fit:cover;
    object-position: bottom;
    will-change:transform ;
    vertical-align: bottom;
}
.mv-container-in{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.mv-container-in-txt{
    color: #fff;
    letter-spacing: .06em;
    line-height: 1.6;
    will-change: transform;

}
.mv-container-in-txt01{
    color: #fff;
    letter-spacing: .06em;
    line-height: 1.6;
}
.js-load-image{
    opacity: 1;
}
.js-load-image img{
    opacity: .2;
}
.mv-txt01{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50% ;
    font-size: 3.6rem;
    z-index: 3;
    opacity: 1 ;
    width: 100%;
    
}
.mv-txt02,.mv-txt03,.mv-txt04{
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 3rem;
    z-index: 3;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .mv-txt02,.mv-txt03,.mv-txt04{

        left: 6%;
        font-size: 3.2rem;
    }
}
@media screen and (max-width:767px){
    .mv-container-in-txt{
       width: 100%;
    }
    .mv-txt01{
        position: absolute;
        font-size: 2.2rem;
        z-index: 3;
        opacity: 0;
    }
    .mv-txt02,.mv-txt03,.mv-txt04{
        position: absolute;
        top: 25%;
        left: 0%;
        font-size: 1.8rem;
        z-index: 3;
        padding-left: 16px;
    }
}

/* usp */
.general-section.usp{
    background: #604c20;
}
.general-section.usp .inner {
    margin: 0 auto;
    padding: 80px 0;
    width: calc(100% - 48px);
    max-width: 1300px;
}
.usp-container{
    
}
.usp-upWrap{
    display: flex;
}

/* info */
.general-section.info{
    background: #d4cbb9;
}
.info-main-txt .is-small{
    font-size: 75%;
}
.info-main-txt{
    color: var(--dark-brown) !important;
    letter-spacing: .1em;
}
.info-price-txt{
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    padding: 12px 0;
    color: var(--dark-brown);
    border-top: 1px solid rgba(100,75,4,.26);
    border-bottom: 1px solid rgba(100,75,4,.26);
    letter-spacing: .06em;
}
.info-price-txt .is-small{
    font-size: 80%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .general-section.usp .inner {
        margin: 0 auto;
        padding: 80px 0;
        width: min(60%,530px);
    }
}
@media screen and (max-width:767px){
    .usp-container{
        width: 100%;
        margin: 0 auto;
    }
    .general-section.usp .inner {
        margin: 0 auto;
        padding: 32px 0;
    }
}







