/* 背景画像重ね前 */
#areaSection .top_cover{
    background-image:url("../image/itukimura/X0398823.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-clip: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* 説明 */
.map_itukimura{
    opacity:0;
    max-width: calc(100%);
    max-height: 95vh;
    position: absolute;
    width: 100vw;
    top: 5vh;
    margin: auto;
    pointer-events:none;
}
/* 横長の場合 */
/* タイトル */
#areaSection .coverTitle{
    justify-content: flex-end;
    font-size:3vw;
    margin-top:3vw;
}
/* 文章 */
#areaSection .content{
    color: #000;
    letter-spacing: .1vw;
    font-weight: 600;
    font-size: 1.1vw;
    margin-left: 55%;
    margin-top: 1.5vw;
    margin-right: 3vw;
    max-width: 50vw;
    text-shadow: rgba(255, 255, 255, 0.64) 1px 1px 2px;
}
@media only screen
and (orientation:portrait) {
    .map_itukimura{
        top: 8vh;
    }
    #areaSection .content{
        font-size: 0.9vh;
    }
}