
/* body {
    overflow: visible;
}

header {
    position: sticky;
    top: 0;
    z-index: 500;
} */

.pageContent {
    position: relative;
    background-color: #fff000;
    border-bottom: 5px solid #000;
}
.pageContent_inner {
    max-width: 500px;
    margin: 0 auto;
}
.pageContent img {
    max-width: 100%;
}

/* kvArea
----------------------------------------- */
.kvArea {
    border-bottom: 5px solid #000;
}


/* section01Area
----------------------------------------- */
.section01Area {
    margin-top: 20px;
    /* position: relative;
    z-index: 2; */
}
.section01Area_img01 {
    width: 120%;
    margin-left: -11%;
}
.section01Area_img02 {
    padding: 0 15px;
    margin-top: 25px;
}
.section01Area_img03,
.section01Area_img04,
.section01Area_img05 {
    width: 120%;
    margin-left: -11%;
}


/* section02Area
----------------------------------------- */
.section02Area_img01 {
    width: 106%;
    margin-left: -3%;
}
.section02Area_img02,
.section02Area_img03 {
    width: 100.8%;
    margin-left: -3%;
    margin-top: -30px;
    position: relative;
}
.section02Area_img02__link,
.section02Area_img03__link {
    width: 53.5%;
    aspect-ratio: 400 / 72;
    position: absolute;
    left: 25.6%;
    bottom: 42.4%;
}
.section02Area_img03__link {
    bottom: 42.8%;
}
.section02Area_img02__link::after,
.section02Area_img03__link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section02Area_img02__link:hover:after,
.section02Area_img03__link:hover:after {
    background-color: rgba(255, 255, 255, 0.6);
}
.section02Area_img03 {
    margin-top: 0;
}
.section02Area_img04 {
    width: 92%;
    margin: 32px auto 0;
    position: relative;
    z-index: 2;
}
.section02Area_img05 {
    width: 116.6%;
    margin-top: -30px;
    margin-left: -8.3%;
    position: relative;
    z-index: 1;
}