.top-link-area .large-link {
    /* display: none; */
}
#top [id^="pageMain--"]::after {
    display: none;
}
.pageMain--wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    top: auto;
    scale: 0.02;
    /* scale: 0.1; */
    animation: logoAnimation 2.6s ease-in-out forwards, logoAnimation-scale 1.6s 3.2s ease forwards;
    z-index: 2;
}
.pageMain--wrapper::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 200%;
    transform: rotate(45deg); */
}
.pageMain--circle {
    width: 41%;
    max-width: 534px;
    border-radius: 50%;
    background-color: #015BAB;
    border: 1px solid #0974FF;
    position: absolute;
    top: -20%;
    left: 22%;
    overflow: hidden;
}
.pageMain--circle-height {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.pageMain--circle-height img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0 !important;
    transition: opacity 0.45s ease-in-out;
}

.pageMain--circle-height img.active {
    opacity: 1 !important;
}

/* 2つ目の円用の画像スタイル */
.pageMain--circle-height .slide-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.pageMain--circle-height .slide-image-2.active {
    opacity: 1;
}

/* スライドオーバーレイ（白い背景） */
.slide-overlay {
    position: absolute;
    top: 0;
    left: -50%;
    width: 150%;
    height: 150%;
    background-color: white;
    transform: rotate(45deg) translateX(-50%) translateY(80%);
    transform-origin: left bottom;
    z-index: 10;
    /* transition: transform 2.5s ease-in-out; */
}

/* 画像切り替えアニメーション */
@keyframes slideTransition {
    0% {
        transform: rotate(45deg) translateX(-50%) translateY(80%);
        transform-origin: left bottom;
    }   
    50% {
        transform: rotate(45deg) translateX(-50%) translateY(-50%);
        transform-origin: left bottom;
    }
    100% {
        transform: rotate(45deg) translateX(-50%) translateY(-150%);
        transform-origin: left bottom;
    }
}

.slide-overlay.animate {
    animation: slideTransition 1.5s ease-in;
}

/* 2つ目の円用のオーバーレイ */
.slide-overlay-2 {
    position: absolute;
    top: 0;
    left: -50%;
    width: 150%;
    height: 150%;
    background-color: white;
    transform: rotate(45deg) translateX(-50%) translateY(80%);
    transform-origin: left bottom;
    z-index: 10;
}

.slide-overlay-2.animate {
    animation: slideTransition 1.5s ease-in;
}
.pageMain--circle-2 {
    left: 56%;
    top: 28%;
}
.pageTtlMain--wing {
    position: absolute;
    width: 132%;
    height: 48%;
    background-color: #015BAB;
    border-radius: 200px;
    top: -17%;
    left: -92%;
    transform: rotate(45deg);
    animation: opacityAnimation 0.3s 5.3s ease forwards;
}
.wing02 {
    top: 20%;
    left: -120%;
    animation: opacityAnimation 0.3s 5.3s ease forwards;
}
.wing03 {
    top: 140%;
    left: 12%;
    animation: opacityAnimation 0.3s 5.3s ease forwards;
}
.wing04 {
    top: 180%;
    left: -16%;
    animation: opacityAnimation 0.3s 5.3s ease forwards;
}
.wing05 {
    top: 190%;
    left: -125%;
    transform: rotate(-45deg);
    animation: opacityAnimation 0.3s 5.3s ease forwards;
}
.logo-container {
    position: relative;
    width: 56px;
    height: 56px;
    transform-origin: center;
    scale: 10;
    overflow: hidden;
    transform: translate(-11%, 35%);
}

.shape {
    position: absolute;
    background-color: #3b6db3;
}
.bar-1 {
    width: 36px;
    height: 8px;
    border-radius: 20px;
    top: 1px;
    left: 3px;
    transform: rotate(45deg);
}
.bar-2 {
    width: 36px;
    height: 8px;
    border-radius: 20px;
    left: -4px;
    top: 9px;
    transform: rotate(45deg);
}
.circle-1 {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 5px;
    right: 12px;
}
.circle-2 {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 13px;
    right: 5px;
}
.bar-3 {
    width: 33px;
    height: 8px;
    border-radius: 20px;
    bottom: 0px;
    left: 0px;
    transform: rotate(-45deg) translateX(12%) translateY(-10px);
}
.bar-4 {
    width: 36px;
    height: 8px;
    border-radius: 20px;
    right: -10px;
    bottom: 19px;
    transform: rotate(45deg);
}
.bar-5 {
    width: 36px;
    height: 8px;
    border-radius: 20px;
    right: -3px;
    bottom: 12px;
    transform: rotate(45deg);
}
.pageTtlMain-dragonfly {
    position: absolute;
    bottom: 70%;
    left: -10%;
    width: 60px;
    height: 60px;
    animation: logoAnimation-icon 1.6s .5s ease-in-out forwards;
}
.pageTtlMain-dragonfly_bg {
    position: absolute;
    top: -39px;
    left: -133px;
    width: 109%;
    height: 400px;
    background: linear-gradient(175deg, white, transparent);
    z-index: -1;
    transform: rotate(45deg);
    opacity: 0.7;
}
.pageTtlMain-dragonfly_bg-main {
    position: absolute;
    top: 100%;
    left: 0%;
    /* top: 45%;
    left: 35%; */
    transform: translate(-50%, -50%);
    background: linear-gradient(175deg, white, transparent);
    transform: rotate(47deg);
    width: 70px;
    height: 600px;
    animation: fade-animation 1.9s .7s ease-in-out forwards;
    z-index: 1;
}
.pageTtlMain-dragonfly img {
    position: relative;
}
.pageTtlMain-dragonfly img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.pageTtlMain-dragonfly-2 {
    position: absolute;
    bottom: -60%;
    left: 10%;
    width: 60px;
    height: 60px;
    animation: logoAnimation-icon-2 1.6s .3s ease-in-out forwards;
}
.pageTtlMain-dragonfly-3 {
    position: absolute;
    bottom: -60%;
    left: 50%;
    width: 60px;
    height: 60px;
    animation: logoAnimation-icon-2 1.6s .7s ease-in-out forwards;
}
@keyframes logoAnimation-icon {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(1500%, -1500%);
    }
}
@keyframes logoAnimation-icon-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(1900%, -1900%);
    }
}
@keyframes fade-animation {
    0% {
        top: 98%;
        left: -5%;
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        top: 45%;
        left: 35%;
        opacity: 0;
    }
}

#top #pageTtlMain h1 {
    opacity: 0;
    animation: h1Animation 0.6s 6s ease forwards;
}

#top #pageTtlMain .pageTtlCatch {
    position: absolute;
    opacity: 0;
    transform: translateX(-20%);
    padding: 1px 16px;
    width: fit-content;
}

#top #pageTtlMain .pageTtlCatch.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    animation: h1Animation 0.9s ease forwards;
}

#top #pageTtlMain .pageTtlCatch.fade-out {
    animation: fadeOutRight 0.8s ease forwards;
}

@keyframes logoAnimation {
    0% {
        transform: translate(-5000%, 5000%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes logoAnimation-scale {
    0% {
        scale: 0.02;
    }
    /* 60% {
        scale: 1.05;
    } */
    80% {
        scale: 1.05;
    }
    100% {
        scale: 1;
    }
}

@keyframes opacityAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes h1Animation {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(30%);
    }
}

/* 一時停止ボタンUI */
.pageTtlCatch-play {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 120px;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    opacity: 0;
    animation: h1Animation 0.6s 6s ease forwards;
}

.pageTtlCatch-play-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    /* width: 64px; */
    color: #000;
    transition: color 0.3s ease;
    position: relative;
}
.pageTtlCatch-play-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #015BAB;
    transition: opacity 0.3s ease;
}
.pageTtlCatch-play:hover .pageTtlCatch-play-text{
    color: #015BAB;
    transition: color 0.3s ease;
}

.pageTtlCatch-play:hover .pageTtlCatch-play-text::after {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.pageTtlCatch-play-btn {
    width: 48px;
    height: 48px;
    background-color: #007AFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px rgba(0, 122, 255, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    position: absolute;
    left: 80px;
}

.pageTtlCatch-play-btn:hover {
    transform: translateY(-1px);
    box-shadow: 3px 3px 12px rgba(0, 122, 255, 0.4);
}

.pageTtlCatch-play-btn:active {
    transform: translateY(0);
    box-shadow: 1px 1px 4px rgba(0, 122, 255, 0.3);
}

.pause-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pause-icon::before,
.pause-icon::after {
    content: '';
    width: 3px;
    height: 16px;
    border: 1.8px solid #fff;
    display: block;
}

.play-icon {
    width: 16px;
    height: 16px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .play-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.play-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 8px solid #007AFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
} */

/* アニメーション用のクラス */
.pageTtlCatch-play-text {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pageTtlCatch-play-text.fade-out {
    opacity: 0 !important;
}

.pageTtlCatch-play-text.fade-in {
    opacity: 1 !important;
}

.pause-icon,
.play-icon {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 再生状態のスタイル */
.pageTtlCatch-play.playing .pause-icon {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    visibility: hidden;
}

.pageTtlCatch-play.playing .play-icon {
    opacity: 1;
    transform: translate(-35%, -55%) scale(1);
    visibility: visible;
}

.pageTtlCatch-play.playing .pageTtlCatch-play-text {
    opacity: 1;
}

/* 一時停止状態のスタイル */
.pageTtlCatch-play.paused .pause-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
}

.pageTtlCatch-play.paused .play-icon {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    visibility: hidden;
}

.pageTtlCatch-play.paused .pageTtlCatch-play-text {
    opacity: 1;
}
@media screen and (max-width: 12000px) {
    .pageTtlMain-text-area {
        top: 420px;
    }
    #top #pageTtlMain h1 {
        font-size: 62px;
    }

}
@media screen and (max-width: 1140px) {
    .wing01 {
        top: -22%;
    }
    .wing02 {
        top: 13%;
    }
    .wing03 {
        top: 135%;
    }
    .wing04 {
        top: 172%;
    }
    .wing05 {
        top: 175%;
    }
    .pageTtlMain-text-area {
        top: 400px;
    }
}
@media screen and (max-width: 1090px) {
    .pageMain--circle-2 {
        top: 24%;
    }
    .wing03 {
        top: 124%;
    }
    .wing04 {
        top: 164%;
    }
    .wing05 {
        top: 176%;
        left: -128%;
    }
    .pageTtlMain-text-area {
        top: 380px;
    }
    #top #pageTtlMain h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1050px) {
    .pageTtlMain--wing {
        height: 32vw;
    }
    .wing03 {
        top: 120%;
    }
    .wing04 {
        top: 156%;
    }
    .wing05 {
        top: 165%;
    }
}
@media screen and (max-width: 1000px) {
    .pageMain--circle-2 {
        top: 19%;
    }
    .wing03 {
        top: 115%;
    }
    .wing04 {
        top: 150%;
    }
    .wing05 {
        top: 160%;
    }
    #top #pageTtlMain h1 {
        font-size: 52px;
    }
}
@media screen and (max-width: 960px) {
    .wing03 {
        top: 109%;
    }
    .wing04 {
        top: 142%;
    }
    .wing05 {
        top: 154%;
    }
}
@media screen and (max-width: 900px) {
    .wing03 {
        top: 102%;
    }
    .wing04 {
        top: 130%;
        left: -18%;
    }
    .wing05 {
        top: 145%;
    }
}
@media screen and (max-width: 860px) {
    .wing02 {
        top: 10%;
    }
    .wing03 {
        top: 97%;
    }
    .wing04 {
        top: 124%;
        left: -18%;
    }
    .wing05 {
        top: 138%;
        left: -135%;
    }
}
@media screen and (max-width: 825px) {
    .wing03 {
        top: 90%;
    }
    .wing04 {
        top: 120%;
    }
    .wing05 {
        top: 128%;
    }
}
@media screen and (max-width: 800px) {
    .wing03 {
        top: 87%;
    }
    .wing04 {
        top: 115%;
    }
    .wing05 {
        top: 123%;
    }
}

@media screen and (max-width: 767px) {
    #top #pageTtlMain h1 {
        font-size: 32px;
        line-height: 1.5;
    }
    /* #top [id^="pageMain--"] {
        height: 700px;
    }
    body, #container {
        min-height: auto;
    } */
    .pageTtlMain-text-area {
        top: 390px;
    }
    #top #pageTtlMain .pageTtlCatch {
        width: 260px;
        height: 32px;
        padding: 1px 8px;
        margin-top: 15px;
    }
    #top #pageTtlMain .pageTtlCatch p {
        font-size: 16px;
    }
    .pageTtlCatch-play {
        margin-top: 90px;
    }
    .pageMain--wrapper {
        left: -6%;
        scale: 0.08;
    }
    @keyframes logoAnimation-scale {
        0% {
            scale: 0.02;
            top: 5%;
        }
        50% {
            top: 27%;
        }
        /* 60% {
            scale: 1.05;
        } */
        75% { 
            scale: 1.05;
        }
        100% {
            scale: 1;
            top: 27%;
        }
    }
    @keyframes logoAnimation {
        0% {
            transform: translate(-3000%, 3000%);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    .pageTtlMain-dragonfly {
        bottom: 135%;
    }
    .pageTtlMain-dragonfly-2 {
        left: -23%;
        bottom: -29%;
    }
    .pageTtlMain-dragonfly-3 {
        left: -15%;
    }
    .pageMain--circle {
        top: -36%;
        left: 10%;
        width: 60%;
        max-width: 300px;
    }
    .pageMain--circle-2 {
        left: 53%;
        top: -6%;
    }
    .pageTtlMain--wing {
        height: 30%;
    }
    .wing01 {
        top: -20%;
        left: -95%;
    }
    .wing02 {
        top: 6%;
        left: -130%;
    }
    .wing03 {
        top: 79%;
        left: 8%;
    }
    .wing04 {
        top: 107%;
        left: -25%;
    }
    .wing05 {
        top: 113%;
        left: -140%;
    }
    .pageTtlMain-dragonfly {
        animation: logoAnimation-icon 1.6s 1.2s ease-in-out forwards;
    }
    .pageTtlMain-dragonfly-2 {
        animation: logoAnimation-icon-2 1.6s 1.0s ease-in-out forwards;
    }
    .pageTtlMain-dragonfly-3 {
        animation: logoAnimation-icon-2 1.6s 1.4s ease-in-out forwards;
    }
    .pageMain--wrapper {
        opacity: 0;
        animation: logoAnimation 2.8s 0.5s ease-in-out forwards, logoAnimation-scale 1.6s 4.0s ease forwards;
    }
    #top #pageTtlMain .pageTtlCatch {
        width: auto;
    }
    @keyframes logoAnimation {
        0% {
            transform: translate(-4000%, 4000%);
            opacity: 1;
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }
    .pageTtlMain--wing {
        animation: opacityAnimation 0.3s 5.8s ease forwards;
    }
    .wing01 {
        animation: opacityAnimation 0.3s 5.8s ease forwards;
    }
    .wing02 {
        animation: opacityAnimation 0.3s 5.8s ease forwards;
    }
    .wing03 {
        animation: opacityAnimation 0.3s 5.8s ease forwards;
    }
    .wing04 {
        animation: opacityAnimation 0.3s 5.8s ease forwards;
    }
    .wing05 {
        animation: opacityAnimation 0.3s 5.8s ease forwards;
    }
}

@media screen and (max-width: 730px) {
    .pageMain--circle-2 {
        left: 55%;
        top: -2%;
    }
    .pageTtlMain--wing {
        height: 29%;
    }
    .wing03 {
        top: 67%;
    }
    .wing04 {
        top: 93%;
    }
    .wing05 {
        top: 103%;
    }
}
@media screen and (max-width: 700px) {
    /* .wing03 {
        top: 68%;
    }
    .wing04 {
        top: 96%;
    }
    .wing05 {
        top: 103%;
    } */
}
@media screen and (max-width: 660px) {
    /* .pageMain--circle-2 {
        left: 58%;
        top: 0%;
    } */
    .wing03 {
        top: 61%;
    }
    .wing04 {
        top: 84%;
    }
    .wing05 {
        top: 94%;
    }
}
@media screen and (max-width: 630px) {
    .wing03 {
        top: 57%;
    }
    .wing04 {
        top: 82%;
    }
    .wing05 {
        top: 91%;
    }

}
@media screen and (max-width: 600px) {
    .pageTtlMain--wing {
        height: 27%;
    }
    .wing03 {
        /* top: 49%; */
    }
    .wing04 {
        /* top: 72%; */
    }
    .wing05 {
        /* top: 90%;
        left: -144%; */
        top: 87%;
    }
}
@media screen and (max-width: 580px) {
    /* .pageMain--circle-2 {
        left: 52%;
        top: 2%;
    } */
    .wing01 {
        top: -22%;
    }
    .wing02 {
        top: 1%;
    }
    .wing03 {
        top: 53%;
    }
    .wing04 {
        top: 76%;
    }
    .wing05 {
        top: 80%;
        left: -145%;
    }
}
@media screen and (max-width: 560px) {
    .pageMain--circle-2 {
        left: 59%;
        top: -3%;
    }
    .wing03 {
        top: 49%;
    }
    .wing04 {
        top: 72%;
    }
}
@media screen and (max-width: 550px) {
    .pageTtlMain--wing {
        height: 24%;
    }
}
@media screen and (max-width: 530px) {
    .wing03 {
        top: 44%;
    }
    .wing04 {
        top: 64%;
    }
    .wing05 {
        top: 72%;
    }
}

@media screen and (max-width: 500px) {
    .pageTtlMain--wing {
        height: 23%;
    }
    .pageMain--circle-2 {
        left: 59%;
        top: -8%;
    }
    .wing01 {

    }
    .wing02 {
        left: -129%;
    }
    .wing03 {
        top: 40%;
        left: 7%;
    }
    .wing04 {
        top: 60%;
    }
    .wing05 {
        top: 65%;
    }
}
@media screen and (max-width: 480px) {
    .wing03 {
        top: 38%;
    }
    .wing04 {
        top: 56%;
        left: -28%;
    }
    .wing05 {
        top: 62%;
    }
}
@media screen and (max-width: 460px) {
    .pageTtlMain--wing {
        height: 21%;
    }
    .wing03 {
        top: 36%;
    }
    .wing04 {
        top: 54%;
        left: -28%;
    }
    .wing05 {
        top: 60%;
    }
}
@media screen and (max-width: 440px) {
    .pageMain--circle-2 {
        top: -11%;
    }
    .wing03 {
        top: 31%;
    }
    .wing04 {
        top: 52%;
    }
    .wing05 {
        top: 58%;
    }
}
@media screen and (max-width: 430px) {
    .pageTtlMain--wing {
        height: 21%;
    }
    .wing02 {
        top: -5%;
        left: -131%;
    }
    .wing04 {
        top: 50%;
        left: -30%;
    }
    .wing05 {
        top: 55%;
    }
}
@media screen and (max-width: 420px) {
    .wing03 {
        top: 29%;
    }
    .wing04 {
        top: 48%;
        left: -32%;
    }
    .wing05 {
        top: 53%;
    }
}
@media screen and (max-width: 410px) {
    .wing03 {
        top: 28%;
    }
    .wing04 {
        top: 45%;
        left: -32%;
    }
    .wing05 {
        top: 51%;
    }
}
@media screen and (max-width: 400px) {
    .pageTtlMain--wing {
        height: 20%;
    }
    .wing03 {
        top: 25%;
        left: 4%;
    }
    .wing04 {
        top: 42%;
    }
    .wing05 {
        top: 51%;
        width: 140%;
        left: -156%;
    }
}

@media screen and (max-width: 390px) {
    .wing03 {
        top: 24%;
    }
    .wing04 {
        top: 42%;
    }
}
@media screen and (max-width: 380px) {
    .pageTtlMain--wing {
        height: 19%;
    }
    .pageMain--circle-2 {
        top: -14%;
    }
    .wing03 {
        top: 22%;
    }
    .wing04 {
        top: 39%;
    }
    .wing05 {
        top: 48%;
    }
}
@media screen and (max-width: 370px) {
    .pageTtlMain--wing {
        height: 18%;
    }
    .wing05 {
        top: 47%;
    }
}
@media screen and (max-width: 350px) {
    .pageMain--circle {
        top: -34%;
    }
    .pageMain--circle-2 {
        top: -14%;
    }
    .wing01 {
        top: -24%;
    }
    .wing02 {
        top: -7%;
    }
    .wing03 {
        top: 19%;
    }
    .wing04 {
        top: 36%;
    }
    .wing05 {
        top: 40%;
    }

}
@media screen and (max-width: 340px) {
    .wing01 {
        top: -22%;
        left: -90%;
    }
    .pageMain--circle-2 {
        top: -12%;
        left: 63%;
    }
}