.eyeCatch{
    color: #fff;
    text-align: center;
    height: 100vh;
}
.logo{ width: 90px;}
/*アイキャッチ*/
.topHeader{
    display: flex;
    position: absolute;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    padding: 0.8rem 0 0.5rem;
    z-index: 100;
    top: 0;
    right: 0;
}
.naviButton {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    width: 35px;
    margin-right: 0.5rem;
    padding: 5px;
}
.naviButton>span {
    display: block;
    height: 1.5px;
    border-radius: 0.1em;
    background: var(--brown1);
}
.naviButton>span+ span {
  margin-top: 7px;
}
.loginButton {
    background: none;
    border: 1px solid;
    color: var(--brown1);
    font-size: 12px;
    padding: 3px;
    margin-right: 0.5rem;
}
.loginButton>a{
    color: var(--brown1) !important;
    text-decoration: none;
}
.eyeCatch h1{
    padding-top: 35vh;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 3.25rem;
    font-size: clamp(3.25rem, 3.625rem + 2.6666666666666665vw, 3.625rem);
}
.eyeCatch h2{
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.7613636363636364rem + 0.48484848484848486vw, 1.125rem);
    font-family: sans-serif;
}
.navMenu{
    opacity: 0;
}
.topImgWrap{
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: -20;
}
.topImg{
    overflow: hidden;
    display: block;
    padding-top: 29px;
    height: 100vh;
    object-fit: cover;
    
}
.h1Wrap{
    /*pointer-events: none;*/
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8vw);
    height: 100px;
}


@media ( min-width: 768px ) {
    /*EyeCatch*/
    .topImg,.eyeCatch h1,.eyeCatch h2{
        width: 50vw;
    }
    .topHeader{
        /*width: 45vw;
        right: 2vw;*/
    }
    .h1Wrap h1, .h1Wrap h2{
        margin-left: auto;
    }

    .h1Wrap{
        height: 100vh;
        width: 50vw;
        margin-left: auto;
        margin-right: -4vw;
    }
}