.gHeader,
.gFooter {
    z-index: 999;
}

#actually-market {
    --c-sand: #f5ecdc;
    --c-blue-300: #8bb5c9;
    --c-blue-500: #578093;
    --c-orange: #f2962f;

    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    width: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

/* =======================
    メインビジュアル
=======================*/
#actually-market .mv {
    position: relative;
    text-align: center;
    color: #fff;
}

#actually-market .mv-slider {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100vh;
}

#actually-market .mv-swlider__container,
#actually-market .mv-slider__inner-wrap,
#actually-market .mv-slider__slide {
    width: 100%;
    height: 100%;
}

#actually-market .mv-slider__slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#actually-market .mv__contents-wrap {
    backdrop-filter: brightness(0.7);
    padding: 0 5% 200px 5%;
}

#actually-market .mv-title {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh;
}

#actually-market .mv-title__logo {
    width: 300px;
    margin-bottom: 40px;
}

#actually-market .mv-title__info {
    font-size: 2.4rem;
}

#actually-market .mv-lead__text {
    margin-bottom: 120px;
    text-align: left;
}

#actually-market .mv-lead__media-text {
    margin-bottom: 20px;
}

#actually-market .mv-lead__media-list {
    display: grid;
    place-items: center;
    gap: 20px;
}

#actually-market .mv-lead__media-item{
    width: 50%;
}

#actually-market .mv-lead__link {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* =======================
    コンテンツ
=======================*/
#actually-market .main-section {
    position: relative;
    z-index: 1;
    padding: 40px 0 80px 0;
    display: grid;
    place-items: top center;
    min-height: fit-content;
}

#actually-market .parallax-group .main-section {
    background-color: var(--c-sand);
}

#actually-market .main-section__inner-wrap {
    width: 90%;
    margin: 0 auto;
    container-type: inline-size;
}

#actually-market .main-section__title {
    color: var(--c-blue-300);
    font-size: 12cqw;
    margin-bottom: 40px;
    line-height: 1.2;
    white-space: nowrap;
}

#actually-market .main-section__contents-wrap {
    width: 95%;
    margin: 0 0 0 auto;
    line-height: 2;
}

#actually-market .main-section__text:not(:last-of-type) {
    margin-bottom: 2rem;
}

#actually-market .research {
    height: 100vh;
    overflow: clip;
}

#actually-market .research__scroll {
    display: flex;
    flex-wrap: wrap-reverse;
}

#actually-market .research__scroll-container {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 20px 0 0 auto;
}

#actually-market .research__scroll-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
}

#actually-market .research__scroll-card {
    position: absolute;
    width: 100%;
    height: 250px;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    border: solid 3px var(--c-sand);
}

#actually-market .research__scroll-card.c-1 {
    top: 0;
    z-index: -2;
}

#actually-market .research__scroll-card.c-2 {
    top: 15px;
    z-index: -1;
}

#actually-market .research__scroll-card.c-3 {
    top: 30px;
    z-index: 0;
}

#actually-market .research__scroll-card-title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

#actually-market .research__scroll-card-title span {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--c-orange);
}

#actually-market .research__progress {
    position: relative;
    margin: 30px 0 0 auto;
    width: 120px;
    height: 3px;
    background-color: #fff;
}

#actually-market .research__progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% / 3);
    height: 100%;
    background: var(--c-orange);
}

.moving-bg {
    position: absolute;
    width: 24px;
    height: 100%;
    background: white;

    transition: transform .4s ease;
}

#actually-market .cycle__text-wrap {
    width: 95%;
    margin: 0 0 0 auto;
}

#actually-market .cycle__circle {
    position: relative;
    margin: 40px auto;
    display: grid;
    place-items: center;
    width: 200px;
    height: 200px;
}

#actually-market .cycle__circle-line {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 3px var(--c-orange);
    opacity: 0.3;
}

#actually-market .cycle__circle-text {
    position: absolute;
    opacity: 0;
    text-align: center;
    font-size: 1.8rem;
    color: var(--c-blue-500);
    background-color: #fff;
    padding: 0 3%;
}

#actually-market .t-1 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#actually-market .t-2 {
    bottom: 25%;
    right: 0;
    transform: translateX(45%);
}

#actually-market .t-3 {
    bottom: 25%;
    left: 0;
    transform: translateX(-45%);
}

#actually-market .parallax-bg {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 350px;
    overflow: hidden;
}

#actually-market .parallax-bg__inner-wrap {
    position: absolute;
    top: -160%;
    left: 0;
    width: 100%;
    height: 200%;
    will-change: transform;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#actually-market .p-bg__01 .parallax-bg__inner-wrap {
    background-image: url(../images/parallax_sp_01.webp);
}

#actually-market .p-bg__02 .parallax-bg__inner-wrap {
    background-image: url(../images/parallax_sp_02.webp);
}

#actually-market .navigator__inner-wrap {
    background-color: var(--c-sand);
    border-radius: 20px;
    padding: 10%;
}

#actually-market .navigator__icon-wrap {
    display: grid;
    place-items: center;
    min-width: fit-content;
    min-height: fit-content;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #fff;
    padding: 2%;
    width: 40px;
    margin: 0 auto 20px auto;
}

#actually-market .navigator__icon {
    width: 80%;
}

#actually-market .navigator__header-text {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: var(--c-blue-500);
}

#actually-market .epilogue {
    position: relative;
    height: 80vh;
    background-position: center 70%;
    overflow: hidden;
    clip-path: inset(0);
}

#actually-market .epilogue__bg {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 70%;
    background-image: url(../images/epilogue_sp.webp);
    filter: brightness(0.7);
}

#actually-market .epilogue__inner-wrap {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    display: grid;
    place-items: center;
    color: #fff;
}

#actually-market .sp-none {
    display: none;
}