/* Live2025ç”¨ã‚¹ã‚¿ã‚¤ãƒ« */
.ty-mv__con.ty-mv__live25 {
    background: url(/dcms_media/image/live2025-cp-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    max-width: 840px;
    width: 100%;
    height: 480px;
    max-height: 500px;
    padding: 28px 40px;
    -webkit-box-shadow: 0 0 20px rgba(59, 76, 217, 0.2);
    box-shadow: 0 0 20px rgba(59, 76, 217, 0.2);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (max-width: 980px) {
    .ty-mv__live25__main {
        flex-direction: column;
        gap: 30px;
    }
    
    .ty-mv__live25__images {
        justify-content: center;
    }

    .ty-mv__con.ty-mv__live25 {
        max-height: unset;
        padding: 40px 20px !important;
    }

    .ty-mv__con.ty-mv__live25 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        max-width: 95%;
        width: 95%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px;
        margin: 10px;
    }
    
    .ty-mv__live25__headline {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .ty-mv__live25__headline__text {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    .ty-mv__live25__headline__main,
    .ty-mv__live25__headline__sub {
        padding: 8px 20px !important;
    }
    
    .ty-mv__live25__astronaut {
        display: none;
    }
    
    .ty-mv__live25__astronaut__frame {
        width: 120px;
        height: 96px;
    }
    
    .ty-mv__live25__main {
        flex-direction: column;
        gap: 25px;
        align-items: center;
        width: 90%;
        margin-bottom: 10px !important;
    }
    
    .ty-mv__live25__logo {
        width: 100% !important;
        text-align: center;
    }
    
    .ty-mv__live25__img img {
        max-width: 100%;
        width: 80% !important;
        height: auto;
    }
    
    .ty-mv__live25__events {
        align-items: center;
        gap: 15px !important;
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        align-items: center;
        width: auto;
    }
    
    .ty-mv__live25__event {
        min-width: 0px !important;
        width: 60%;
    }
    
    .ty-mv__live25__event__tag {
        font-size: 13px !important;
        padding: 6px 16px !important;
    }
    
    .ty-mv__live25__event__date__main {
        font-size: 30px !important;
    }
    
    .ty-mv__live25__event__date__day {
        font-size: 12px !important;
    }
    
    .ty-mv__live25__event__venue {
        font-size: 12px !important;
        margin-left: 8px;
    }
    
    .ty-mv__live25__images {
        width: 100% !important;
    }
    
    .ty-mv__live25__image-frame {
        width: 100% !important;
    }
    
    .ty-mv__live25__image-frame__img {
        object-fit: cover;
        object-position: center;
    }
        
    .ty-mv__live25__btn-lg {
        width: 100% !important;
        max-width: 500px;
        margin: 20px auto;
    }
    
    .ty-mv__live25__btn-lg a {
        font-size: 25px !important;
        padding: 12px 24px;
    }
    
    /* ã‚¹ãƒžãƒ›ç”¨ç”»åƒã®è¡¨ç¤ºåˆ¶å¾¡ */
    .ty-mv__live25__image-frame__img--pc {
        display: none !important;
    }
    
    .ty-mv__live25__image-frame__img--sp {
        display: block !important;
        width: 100% !important;   
    }
    .ty-mv__live25__img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* ãƒ˜ãƒƒãƒ‰ãƒ©ã‚¤ãƒ³ã‚¨ãƒªã‚¢ */
.ty-mv__live25__headline {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    gap: 4px;
}

.ty-mv__live25__headline__main {
    background: linear-gradient(135deg, #00b4ff 0%, #8a2be2 100%);
    padding: 6px 32px;
    border-radius: 0;
    margin-bottom: 0;
}

.ty-mv__live25__headline__sub {
    background: #000;
    padding: 6px 32px;
    border-radius: 0;
    text-align: center;
}

.ty-mv__live25__headline__text {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.ty-mv__live25__astronaut {
    flex-shrink: 0;
    margin-left: 20px;
    position: absolute;
    right:-30px;
    top:0px
}

.ty-mv__live25__astronaut__frame {
    width: 150px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ty-mv__live25__astronaut__frame img{
    width: 100%;
}

/* ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¨ãƒªã‚¢ */
.ty-mv__live25__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.ty-mv__live25__logo {
    flex: 1;
    text-align: center;
    width: 60%;
    min-width: 355px;
}

/* ç”»åƒã‚¨ãƒªã‚¢ï¼ˆãƒ€ãƒŸãƒ¼ã®æž ï¼‰ */
.ty-mv__live25__images {
    display: flex;
    gap: 20px;
    width: 44%;
    height: 100%;
}

.ty-mv__live25__image-frame {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ty-mv__live25__image-frame--speaker {
    border-color: #0072bc;
}

.ty-mv__live25__image-frame--audience {
    width: 100%;
    height: auto;
}

.ty-mv__live25__image-placeholder {
    color: #6c757d;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}

.ty-mv__live25__image-frame__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0%;
    border-radius: 6px;
}

/* PCç”¨ã¨ã‚¹ãƒžãƒ›ç”¨ã®ç”»åƒã‚’åˆ¶å¾¡ */
.ty-mv__live25__image-frame__img--pc {
    display: block;
}

.ty-mv__live25__image-frame__img--sp {
    display: none;
}

/* ã‚¤ãƒ™ãƒ³ãƒˆè©³ç´°ã‚¨ãƒªã‚¢ */
.ty-mv__live25__events {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.ty-mv__live25__event {
    text-align: center;
    padding: 0;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.ty-mv__live25__event--onsite {
    background: transparent;
    border: none;
    box-shadow: none;
    min-width: 200px;
}

.ty-mv__live25__event--online {
    background: transparent;
    border: none;
    box-shadow: none;
}

.ty-mv__live25__event__tag {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 1000px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    border: 1px solid #000;
    line-height: 1.4615384615;
}

.ty-mv__live25__event--onsite .ty-mv__live25__event__tag {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.ty-mv__live25__event--online .ty-mv__live25__event__tag {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.ty-mv__live25__event__date {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 700;
    padding: 5px 0 5px;
    border-bottom: 2px solid #000;
    gap: 6px;
    margin-bottom: 0;
}

.ty-mv__live25__event__date__main {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: -0.031em;
    white-space: nowrap;
}

.ty-mv__live25__event__date__day {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 4px;
}

.ty-mv__live25__event__venue {
    font-size: 10px;
    color: #000;
    line-height: 1.1;
    margin-left: 11px;
    text-align: left;
    padding: 0 0 4px;
    border-bottom: none;
    white-space: nowrap;
}


.ty-mv__live25__btn-lg {
    position: relative;
    width: 300px;
    align-self: center;
}

.ty-mv__live25__btn-lg a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 1000px;
    z-index: 2;
    text-decoration: none;
    min-height: 70px;
    font-size: 25px;
}

.ty-mv__live25__btn-lg a::before,.ty-mv__live25__btn-lg a::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 20px;
}

.ty-mv__live25__btn-lg a::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ty-mv__live25__btn-lg a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.ty-mv__live25__btn-lg a:hover+.--bg {
    width: 100%;
    height: 150px;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.ty-mv__live25__btn-lg .--bg {
    position: absolute;
    width: 90px;
    height: 30px;
    top: 50%;
    left: 50%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22368.671%22%20height%3D%22187.479%22%20viewBox%3D%220%200%20368.671%20187.479%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20y1%3D%220.5%22%20x2%3D%221%22%20y2%3D%220.5%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%231b85f1%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc3b02%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067%22%20d%3D%22M3713.856%2C842.25a75.122%2C75.122%2C0%2C0%2C0-8.573%2C2.609c-3.727%2C1.491-7.455%2C1.491-11.555%2C2.236a123.864%2C123.864%2C0%2C0%2C1-36.9%2C2.236c-10.809-1.118-21.245-2.982-31.309-6.709a140.5%2C140.5%2C0%2C0%2C1-22.736-10.809%2C148.3%2C148.3%2C0%2C0%2C1-17.146-13.045%2C134.382%2C134.382%2C0%2C0%2C1-13.791-15.282c-6.336-9.318-11.927-17.891-16.773-27.582-1.118-1.491-1.864-2.982-2.982-4.473-.745-1.118-.745-2.236-1.491-3.355l-1.118-1.118a56.977%2C56.977%2C0%2C0%2C0-19.382-21.618c-10.809-7.455-22.736-9.691-35.036-8.945-16.4%2C1.118-30.937%2C7.455-45.1%2C17.145-5.964%2C4.1-10.809%2C8.573-17.146%2C11.182-.373%2C0-.373.745-.745.745-4.473%2C1.864-9.318%2C3.354-13.791%2C1.864a12.677%2C12.677%2C0%2C0%2C1-7.082-9.691c-3.354-26.091%2C11.555-49.945%2C30.191-67.091%2C5.964-5.218%2C11.927-10.064%2C19.009-13.791%2C23.481-12.3%2C49.573-16.027%2C75.663-13.791A119.939%2C119.939%2C0%2C0%2C1%2C3584.893%2C679a109.236%2C109.236%2C0%2C0%2C1%2C33.172%2C29.445c8.573%2C11.555%2C14.537%2C23.109%2C21.246%2C35.409%2C7.455%2C13.418%2C18.264%2C24.227%2C32.8%2C29.073%2C26.091%2C8.2%2C53.3-1.864%2C73.055-18.636%2C8.2-4.845%2C17.145-12.3%2C27.209-9.318%2C7.455%2C4.845%2C7.455%2C14.536%2C6.709%2C22.364-1.118%2C9.318-4.473%2C17.891-8.573%2C26.091a104.967%2C104.967%2C0%2C0%2C1-23.482%2C29.445%2C8.147%2C8.147%2C0%2C0%2C0-1.864%2C1.118%2C23.214%2C23.214%2C0%2C0%2C1-6.709%2C5.218c-.745.373-.745%2C1.118-1.491%2C1.491a95.78%2C95.78%2C0%2C0%2C1-23.109%2C11.555Z%22%20transform%3D%22translate(-3410.728%20-662.356)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto 100%;
    opacity: .42;
    -webkit-transform: translate(-50%, -50%) rotate(-270deg);
    transform: translate(-50%, -50%) rotate(-270deg);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 0;
}

.ty-mv__live25__btn-lg:not(.--bg-red) a {
    color: #fff;
    background-color: #000;
}

.ty-mv__live25__btn-lg.--bordoer a {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}

.ty-mv__live25__btn-lg.--bg-red a {
    color: #fff;
    background-color: #ec0000;
}

.ty-mv__live25__btn-lg.--bg-red a:hover {
    background-color: #1f00ec;
}

.ty-mv__live25__img img{
    width: 100%;
}
.ty-mv__live25__img{
    align-self: center;
}

/* å®‡å®™é£›è¡Œå£«ã®ãµã‚ãµã‚ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes live25float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(2deg);
    }
}

.ty-mv__live25__astronaut {
    animation: live25float 3s ease-in-out infinite;
}

.ty-mv__live25__astronaut:hover {
    animation: live25float 1.5s ease-in-out infinite;
}