@charset "utf-8";

/* =====================共通のリセットここから===================== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    color: #5a4032;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    background-color: #f5f0ea;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
}
img{
    vertical-align: bottom;
    max-width: 240%;
}
a{
    color: #5a4032;
    text-decoration: none;
}
ol,
ul{
    list-style-type: none;
}
/* =====================共通のリセットここまで===================== */

/* =====================共通部分ここから===================== */
.wrapper{
    overflow: hidden;
}
.mbr{
    display: none;
}
.trigger{
    display: none;
}
.inner{
    max-width: 1396px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.main-cont h2{
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 41px;
    color: #6b5744;
}
.common-cont-title{
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: 50px;
    color: #6b5744;
}
/* =====================共通部分ここまで===================== */

/* =====================ヘッダーここから===================== */
.header{
    padding: 30px 0 20px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: background-color 0.4s;
}
.header.app{
    background-color: rgba(228, 218, 206, 0.98);
    box-shadow: 0 2px 15px rgba(107, 87, 68, 0.15);
}
.header .inner{
    display: flex;
    justify-content: space-between;
}
.header h2 {
    width: 100px;
    line-height: 1;
    transform: translateY(-150px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}


.top-page .header h2{
    transform: translateY(-150px);
    opacity: 0;
}
.top-page .header.app h2{
    transform: translateY(0);
    opacity: 1;
}
.gnav ul{
    display: flex;
    gap: 35px;
}
.gnav a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    position: relative;
    padding: 8px 0;
    transition: all 0.3s;
}
.header.app .gnav a{
    color: #6b5744;
}
.gnav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #9d8672, #c4b5a0);
    transition: all 0.3s;
    transform: translateX(-50%);
}
.gnav a:hover::after {
    width: 100%;
}
.gnav a:hover {
    color: #8b6f47;
}
/* =====================ヘッダーここまで===================== */

/* =====================メインコピーここから===================== */
.main-copy{
    text-align: center;
    padding: 120px 0 100px;
    background: linear-gradient(180deg, #fdfcfa 0%, #f5f0ea 100%);
}
.main-copy h1{
    font-weight: 400;
    font-size: 3.8rem;
    margin-bottom: 40px;
    letter-spacing: 0.14em;
    color: #6b5744;
}
.main-copy p{
    font-size: 1.75rem;
    line-height: 2.3;
    color: #5a4032;
    font-weight: 300;
}
/* =====================メインコピーここまで===================== */

/* =====================フッターここから===================== */
.footer-wrap{
    margin-top: 0;
}

/* アサイドここから */
.aside{
    background: linear-gradient(180deg, #fdfcfa 0%, #f5f0ea 100%);
    padding: 100px 0;
}
.aside .inner{
    display: flex;
    justify-content: center;
}
.aside-item{
    width: 100%;
    text-align: center;
}
.aside-item h3{
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-size: 4.8rem;
    color: #6b5744;
    margin-bottom: 40px;
}
.contact-desc{
    font-size: 1.7rem;
    line-height: 2.3;
    margin-bottom: 50px;
    color: #5a4032;
}
.contact-list{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.contact-list li a{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 22px 60px;
    background: linear-gradient(135deg, #e4dace 0%, #c4b5a0 100%);
    color: #5a4032;
    border-radius: 50px;
    font-size: 1.75rem;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 500;
    box-shadow: 0 6px 20px rgba(107, 87, 68, 0.2);
    border: 1px solid rgba(157, 134, 114, 0.3);
}
.contact-list li a:hover{
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 12px 35px rgba(107, 87, 68, 0.3);
}
.contact-list i{
    font-size: 2.4rem;
}
/* アサイドここまで */

/* フッターここから */
.footer{
    background: linear-gradient(135deg, #6b5744 0%, #7a6856 50%, #8b6f47 100%);
    text-align: center;
    padding: 90px 0;
    color: #f5f0ea;
}
.footer small img{
    width: 190px;
    margin-bottom: 28px;
    filter: brightness(0) invert(1) drop-shadow(0 3px 10px rgba(0,0,0,0.4));
}
.footer small{
    font-size: 1.35rem;
    letter-spacing: 0.12em;
    opacity: 0.9;
}
/* フッターここまで */
/* =====================フッターここまで===================== */


/* ブレイクポイント960px（タブレット用） */
@media ( max-width:960px ){
    .header h2{
        display: none;
    }
    .header .inner{
        justify-content: center;
    }
    .main-copy{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-copy h1{
        font-size: 2.8rem;
    }
    .main-copy p{
        font-size: 1.6rem;
    }
}

@media ( max-width: 520px ){
    /* =====================ハンバーガーここから=====================m */
    .trigger{
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 30px;
        top: 25px;
        z-index: 10000;
        cursor: pointer;
    }
    .bar{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #6b5744;
        position: absolute;
        right: 10px;
        transition: all 0.3s;
    }
    .bar:nth-child(1){ top: 12px; }
    .bar:nth-child(2){ top: 22px; }
    .bar:nth-child(3){ top: 32px; }
    
    .trigger.active .bar:nth-child(1) {
        top: 22px;
        transform: rotate(45deg);
    }
    .trigger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .trigger.active .bar:nth-child(3) {
        top: 22px;
        transform: rotate(-45deg);
    }
    /* =====================ハンバーガーここまで=====================m */

    /* =====================ヘッダーここから=====================m */
    .header{
        padding-top: 80px;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-color: rgba(228, 218, 206, 0.98);
        top: -100vh;
        transition: 0.4s;
    }
    .header.app{
        background-color: rgba(228, 218, 206, 0.98);
    }
    .header.active{
        top: 0;
    }
    .header .inner{
        flex-direction: column;
    }
    .header h2{
        display: block;
        width: 150px;
        margin-bottom: 50px;
    }
    .top-page .header h2{
        transform: translateY(0);
        opacity: 1;
    }
    .gnav ul{
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .gnav li{
        width: 100%;
    }
    .gnav a{
        color: #6b5744;
        width: 100%;
        height: 65px;
        font-size: 1.9rem;
        border: 1px solid #6b5744;
        border-radius: 10px;
    }
    /* =====================ヘッダーここまで=====================m */

    /* =====================共通部分ここから=====================m */
    .pcbr{
        display: none;
    }
    /* =====================共通部分ここまで=====================m */

    /* =====================メインコピーここから=====================m */
    .main-copy p{
        text-align: left;
    }
    /* =====================メインコピーここまで=====================m */

    /* =====================フッターここから=====================m */
    .contact-list{
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }
    .contact-list li a{
        width: 88%;
        justify-content: center;
    }
    /* =====================フッターここまで=====================m */
}

.main-cont-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
