.eyecatchArea{
    height: calc(100vh - (var(--HeaderHeight) + var(--HeaderNaviHeight)));
    background-color: #000;
    position: relative;
}
.eyecatchArea > .inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/index/eyecatch01.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutArea{
    background-color: #000;
}

.aboutFlex{
    display: flex;
    gap: 32px;
}
.aboutFlexLeft{
    width: 50%;
}
.aboutCaption{
    font-size: 30px;
    color: gold;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}
.aboutContent{
    font-size: 30px;
    color: #666;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}