#s02 {}

#s02 .img-outer {
    position: absolute;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
}

#s02 .img-outer.active {
    transform: translateY(0);
    opacity: 1;
}

#s02 .img-outer .wing {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #1f1f1f;
    opacity: 0.25;
}

#s02 .img-box01 {
    left: 407px;
    top: 200px;
    width: 638px;
    height: 960px;
}

#s02 .img-box01>.txt-wing01 {
    top: -16px;
    left: -31px;
    transform: rotate(90deg);
    transform-origin: left;
    white-space: pre;
}

#s02 .img-box01>.txt-wing02 {
    bottom: -8px;
    right: 104%;
    transform: rotate(90deg);
    transform-origin: right;
    white-space: pre;
}

#s02 .img-box02 {
    left: 908px;
    top: 638px;
    width: 379px;
    height: 571px;
}

#s02 .img-box03 {
    left: 385px;
    bottom: 448px;
    width: 393px;
    height: 454px;
}

#s02 .img-box04 {
    right: 386px;
    bottom: 200px;
    width: 638px;
    height: 960px;
}

#s02 .img-box04>.txt-wing01 {
    top: -8px;
    left: 104%;
    transform: rotate(90deg);
    transform-origin: left;
    white-space: pre;
}

#s02 .img-box04>.txt-wing02 {
    bottom: -16px;
    right: -31px;
    transform: rotate(90deg);
    transform-origin: right;
    white-space: pre;
}

#s02 .txt-outer.active {
    transform: translateY(0);
    opacity: 1;
}

#s02 .txt-outer {
    position: absolute;

    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
}

#s02 .txt-box01 {
    left: 1450px;
    top: 634px;
    min-width: 100px;
    min-height: 100px;
    z-index: 1;
}

#s02 .txt-box01>.txt1 {
    line-height: 1;
    font-size: 108px;
    color: #1F1F1F;
}

#s02 .txt-box01>.txt2 {
    line-height: 36px;
    margin-top: 29px;
    font-size: 22px;
    color: #424242;
}

#s02 .txt-box02 {
    line-height: 1;
    font-size: 108px;
    color: #1F1F1F;
    top: -57px;
    right: -137px;
    /* left: 642px;
    bottom: 854px; */
    z-index: 1;
}

#s02 .txt-box03 {
    line-height: 36px;
    font-size: 22px;
    color: #424242;
    padding-top: 45px;
    /* left: 385px;
    bottom: 197px; */
    left: 0;
    bottom: -243px;
    width: 393px;
    height: 243px;
    z-index: 1;
}