@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --blue: #0068B7;
    --red: #E60013;
    --white: #fff;
    --black: #333333;
    --gray: #D2D7DA;
}

@media screen and (max-width: 768px){
    .pc_only{
        display: none !important;
    }
}
@media screen and (min-width: 769px){
    .sp_only{
        display: none !important;
    }
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.image{
    display: block;
    width: 100%;
    height: auto;
}
.text_right{
    text-align: right;
}

.page_expo{
    position: relative;
    display: block;
    margin-top: 0 !important;
}
.page_expo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #D7EAFA, #F2F4F8);
    width: 100%;
    height: 800px;
    z-index: -1;
}

.expo_header{
    position: absolute;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    height: auto;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
@media screen and (max-width: 768px){
    .expo_header{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.expo_header__logo{
    display: block;
    max-width: 360px;
    width: 100%;
    height: auto;
}
.expo_header__image,
.expo_footer__image{
    display: block;
    width: 100%;
    height: auto;
}

.expo_header__btn{
    font-size: 4rem;
    font-weight: 700;
    text-decoration: none;
}
.expo_header__jp{
    color: var(--red);
}
.expo_header__en{
    color: var(--blue);
}
@media screen and (min-width: 769px){
    .expo_header__btns{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding-right: 200px;
    }
}
@media screen and (max-width: 768px){
    .expo_header__btn{
        font-size: 2.4rem;
    }
}


.expo_main{
    position: relative;
    display: block;
    background-color: #F2F4F8;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.expo_block{
    position: relative;
    box-sizing: border-box;
    padding-bottom: 120px;
    z-index: 1;
}
.expo_block::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/lp/bg1.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    aspect-ratio: 977/569;
    max-width: 977px;
    width: 100%;
    height: auto;
    z-index: 1;
}

.expo_footer{
    position: relative;
    z-index: 10;
    background-color: var(--black);
    padding-top: 50px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.expo_footer__logo{
    display: block;
    margin-bottom: 55px;
}
.expo_footer__link{
    display: block;
    max-width: 360px;
    width: 100%;
    height: auto;
    margin: auto;
}

.expo_footer__btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.lp_btn{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 300px;
    min-width: 300px;
    height: 54px;
    min-height: 54px;
    color: var(--white);
    background-color: var(--blue);
    border-radius: 54px;
    overflow: clip;
    text-decoration: none;
}
.lp_btn__ico{
    display: block;
    width: 11px;
    height: auto;
}
.lp_btn__txt{
    display: block;
    font-size: 1.8rem;
    line-height: 22px;
    font-weight: 700;
}
.expo_footer__copy{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-top: 48px;
}

.mv_block{
    position: relative;
    padding-bottom: 110px;
    box-sizing: border-box;
    z-index: 1;
    margin-bottom: 80px;
}
.mv_block__pic{
    display: block;
    margin-left: auto;
    aspect-ratio: 914/876;
    max-width: 914px;
    width: 100%;
    height: auto;
    overflow: clip;
}
.mv_block__visual{
    display: block;
    aspect-ratio: 1/1;
    width: calc((950 / 914) * 100%);
    height: 100% !important;
    object-fit: cover;
    object-position: bottom left;
}
.mv_block__inner{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 175px;
    width: 100%;
    height: auto;
    color: var(--blue);
    box-sizing: border-box;
}
.mv_block__head{
    display: block;
    margin-bottom: 64px;
}
.mv_block__catch,
.mv_block__lead,
.mv_block__caption,
.expo_head__catch,
.expo_head__lead{
    display: block;
    font-weight: 900;
}
.mv_block__catch{
    font-size: 3rem;
    line-height: 3.6rem;
}
.mv_block__lead{
    font-size: 9rem;
    line-height: 10.5rem;
    font-weight: 900;
}
.mv_block__caption{
    font-size: 2rem;
    line-height: 2.5rem;
}
.expo_head{
    font-size: 4rem;
    font-weight: 900;
}
.expo_head__image{
    display: inline-block;
    width: auto;
    height: auto;
}
.expo_head__catch{
    margin-bottom: 16px;
    font-size: inherit;
    font-weight: inherit;
}
.expo_head__lead{
    display: flex;
    align-items: baseline;
    font-size: inherit;
    font-weight: inherit;
}
.expo_head__large{
    display: block;
    font-weight: inherit;
}
.expo_head__en{
    font-size: 10rem;
    line-height: 73px;
}
.expo_head__jp{
    font-size: 8rem;
    line-height: 75px;
}
.expo_head__small{
    display: block;
    font-size: inherit;
    font-weight: inherit;
}

.mv_block__txt{
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 30px;
}

.expo_mirror__block{
    border-radius: 20px;
    overflow: clip;
    background-color: var(--white);
}
.expo_mirror__lead{
    display: block;
    text-align: center;
    color: var(--white);
    background-color: var(--blue);
    padding: 8px;
    font-size: 4rem;
    font-weight: 900;
    line-height: 2;
    box-sizing: border-box;
}
.expo_mirror__box{
    padding-top: 35px;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 72px;
    box-sizing: border-box;
}

.expo_mirror__side{
    max-width: 928px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: auto;
    margin-bottom: 40px;
}
.expo_mirror__pic{
    display: block;
    max-width: 574px;
    width: 100%;
    height: auto;
    flex: 1;
}
.expo_mirror__caption{
    display: block;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.3em;
}
.expo_mirror__column{
    display: flex;
    gap: 40px;
}

.expo_content__block{
    position: relative;
    margin-top: 80px;
}
.expo_content__block::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 62px);
    background-color: var(--white);
    border-radius: 20px;
    overflow: clip;
    z-index: -1;
}

.expo_content__head{
    display: flex;
    gap: 32px;
    align-items: center;
    padding-left: 56px;
    font-weight: 900;
    box-sizing: border-box;
}

.expo_content__caption{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    aspect-ratio: 291/122;
    width: 291px;
    height: auto;
    padding-left: 24px;
    padding-right: 32px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: inherit;
}
.expo_content__caption.b_r{
    background-image: url(../images/lp/bg_head1.webp);
}
.expo_content__caption.g_r{
    background-image: url(../images/lp/bg_head2.webp);
}
.expo_content__caption.r_b{
    background-image: url(../images/lp/bg_head3.webp);
}
.expo_content__unit{
    font-size: 1.6rem;
    font-weight: inherit;
}
.expo_content__caption.g_r .expo_content__unit{
    color: var(--blue);
}
.expo_content__num{
    font-size: 5rem;
    font-weight: inherit;
}
.expo_content__title{
    font-size: 4rem;
    font-weight: inherit;
    color: var(--blue);
}

.expo_content__inner{
    padding-top: 8px;
    padding-left: 92px;
    padding-right: 92px;
    padding-bottom: 72px;
}
.expo_content__group{
    margin-bottom: 32px;
}
.expo_content__ico{
    display: block;
    width: 55px;
    margin: auto;
    margin-bottom: 16px;
}
.expo_content__lead{
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
}

.expo_content__card{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(1,1fr);
    gap: 24px;
}
@media screen and (max-width: 600px){
    .expo_content__card{
        grid-template-columns: repeat(1,1fr);
    }
}
.expo_content__image{
    display: block;
    background-color: #F2F4F8;
    padding-top: 33px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 27px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: clip;
}
.expo_content__visual{
    display: block;
    max-width: 361px;
    margin: auto;
    margin-bottom: 17px;
}
.expo_content__txt{
    display: block;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
}

.expo_content__items{
    max-width: 816px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}
@media screen and (min-width: 829px){
    .expo_content__items{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
}
.expo_content__info{
    flex: 1;
}
.expo_content__data{
    display: flex;
    align-items: center;
    gap: 17px;
}
.expo_content__data + .expo_content__data{
    margin-top: 6px;
}
.expo_content__label{
    max-width: 200px;
    width: 100%;
    flex: 1;
    color: var(--white);
    background-color: var(--red);
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
    line-height: 20px;
}
.expo_content__text{
    display: block;
    flex: 1;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
}
.expo_content__icon{
    display: block;
    max-width: 162px;
    margin: auto;
}
@media screen and (max-width: 828px){
    .expo_content__icon{
        margin-top: 32px;
    }
}

.expo_item__lead{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 8px;
    color: var(--white);
    background-color: var(--blue);
    box-sizing: border-box;
    margin-bottom: 40px;
}

.expo_item__column{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 871px;
    margin: auto;
}
.expo_item__pic{
    display: block;
    align-self: flex-end;
    width: 266px;
}
.expo_item__caption{
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 2;
}

.expo_content3__lead{
    display: block;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 2;
    padding: 8px;
    color: var(--white);
    background-color: var(--black);
    margin-bottom: 1em;
}

.expo_content3__card{
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(1,1fr);
    gap: 24px;
}
@media screen and (max-width: 600px){
    .expo_content3__card{
        grid-template-columns: repeat(1,1fr);
    }
}
.expo_content3__pic{
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: clip;
}

.expo_content3__head{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--white);
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 600px){
    .expo_content3__head{
        background: linear-gradient(0deg, black, transparent);
    }
}

.expo_content3__title{
    font-size: 3.2rem;
    font-weight: 900;
    text-align: center;
}
@media screen and (max-width: 600px){
    .expo_content3__title{
        font-size: 2.4rem;
    }
}

.expo_content3__caption{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    align-self: end;
}
@media screen and (min-width: 600px){
    .expo_content3__caption{
        height: 14px;
    }
}

.expo_content3__btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.expo_content4__side{
    display: flex;
    gap: 30px;
    align-items: center;
}
.expo_content4__pic{
    max-width: 417px;
    /* min-width: 417px; */
}
.expo_content4__video{
    display: block;
    flex: 1;
    aspect-ratio: 16/9;
}
.expo_content4__video iframe{
    display: block;
    width: 100%;
    height: 100%;
}

.expo_content5__image{
    display: block;
    margin-bottom: 48px;
}

.expo_content5__side{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}
.expo_content5__inner{
    padding-left: 60px;
    padding-right: 70px;
}
.expo_content5__logo{
    display: block;
    max-width: 283px;
    width: 100%;
}
.expo_content5__btn{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}
.expo_content5__pic{
    flex: 1;
}

.expo_info__block{
    margin-top: 80px;
    background-color: var(--white);
    padding-top: 72px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 72px;
    border-radius: 20px;
}

.expo_info__head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 71px;
}
@media screen and (max-width: 828px){
    .expo_info__head{
        flex-direction: column;
    }
}
.expo_info__lead{
    font-size: 4rem;
    font-weight: 900;
    color: var(--blue);
}
.expo_info__ico{
    rotate: -90deg;
}
@media screen and (max-width: 828px){
    .expo_info__ico{
        rotate: 0deg;
    }
}
.expo_info__caption{
    font-size: 2.4rem;
    font-weight: 900;
}

.expo_info__pic{
    display: block;
    max-width: 947px;
    margin: auto;
}

.expo_block__pic{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    z-index: -1;
}
.expo_block__pic2{
    top: 812px;
    left: 0;
    max-width: 266px;
}
.expo_block__pic3{
    top: 1196px;
    right: 0;
    max-width: 285px;
}
.expo_block__pic4{
    top: 2061px;
    left: 0;
    max-width: 517px;
}
.expo_block__pic5{
    top: 2014px;
    right: 0;
    max-width: 465px;
}
.expo_block__pic6{
    top: 4012px;
    left: 0;
    max-width: 567px;
}
.expo_block__pic7{
    top: 3431px;
    right: 0;
    max-width: 567px;
}
.expo_block__pic8{
    bottom: 1697px;
    left: 0;
    max-width: 344px;
}
.expo_block__pic9{
    bottom: 2583px;
    right: 0;
    max-width: 173px;
}
.expo_block__pic10{
    bottom: 0;
    left: 0;
    max-width: 513px;
}
.expo_block__pic11{
    bottom: 1591px;
    right: 0;
    max-width: 273px;
}
.expo_block__pic12{
    bottom: 396px;
    right: 0;
    max-width: 465px;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1000px){
    .expo_block::before{
        display: none;
    }

    .mv_block__pic{
        max-width: 70%;
    }
    .mv_block__inner{
        padding-top: 120px;
    }

    .mv_block__catch{
        font-size: 1.8rem;
    }
    .mv_block__lead{
        font-size: 5.6rem;
        line-height: 1em;
    }
    .mv_block__caption{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .expo_head{
        font-size: 2.8rem;
    }
    .expo_head__image{
        max-width: 350px !important;
    }
    .expo_head__lead span{
        font-size: 5rem;
    }

    .expo_mirror__lead,
    .expo_mirror__caption{
        font-size: 2.4rem;
    }

    .expo_mirror__caption{
        margin-bottom: 1em;
    }

    .expo_content__block{
        background-color: var(--white);
        padding-top: 32px;
        border-radius: 10px;
    }

    .expo_content__block::before{
        display: none;
    }

    .expo_mirror__side{
        flex-direction: column;
    }
    .expo_mirror__column{
        flex-direction: column;
    }

    .expo_content__head{
        /* flex-direction: column; */
        justify-content: center;
        padding-left: 24px;
        padding-right: 24px;
        gap: 16px;
    }
    .expo_content__caption{
        width: 174px;
        padding-left: 15px;
        padding-right: 18px;
    }
    .expo_content__unit{
        font-size: 1rem;
    }
    .expo_content__num{
        font-size: 3rem;
    }
    .expo_content__title,
    .expo_info__lead{
        font-size: 2.4rem;
    }

    .expo_content__lead,
    .expo_content__txt,
    .expo_item__caption,
    .expo_content3__lead,
    .expo_info__caption{
        font-size: 1.8rem;
    }
    .expo_content__lead br{
        display: none;
    }

    .expo_content__inner,
    .expo_info__block{
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 32px;
    }
    .expo_info__block{
        padding-top: 32px;
    }

    .expo_content__image{
        border-radius: 10px;
    }

    .expo_content__data{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .expo_content__data + .expo_content__data{
        margin-top: 16px;
    }

    .expo_item__column{
        flex-direction: column;
    }
    .expo_item__pic{
        align-self: center;
    }

    .expo_content__label{
        font-size: 1.8rem;
    }

    .expo_content4__pic{
        min-width: unset;
    }

    .expo_content5__side{
        display: block;
    }

    .expo_content5__inner{
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .expo_content5__logo{
        margin-left: auto;
        margin-right: auto;
    }
    .expo_content5__btn{
        align-items: center;
    }

    .expo_info__ico{
        max-width: 32px;
    }

    .expo_block__pic2{
        top: 812px;
        left: 0;
        max-width: 150px;
    }
    .expo_block__pic3{
        top: 1196px;
        right: 0;
        max-width: 200px;
    }
    .expo_block__pic4{
        top: 2061px;
        left: 0;
        max-width: 180px;
    }
    .expo_block__pic5{
        top: 2014px;
        right: 0;
        max-width: 200px;
    }
    .expo_block__pic6{
        top: 4012px;
        left: 0;
        max-width: 220px;
    }
    .expo_block__pic7{
        top: 3431px;
        right: 0;
        max-width: 160px;
    }
    .expo_block__pic8{
        bottom: 1697px;
        left: 0;
        max-width: 120px;
    }
    .expo_block__pic9{
        bottom: 2583px;
        right: 0;
        max-width: 90px;
    }
    .expo_block__pic10{
        bottom: 0;
        left: 0;
        max-width: 143px;
    }
    .expo_block__pic11{
        bottom: 1591px;
        right: 0;
        max-width: 150px;
    }
    .expo_block__pic12{
        bottom: 396px;
        right: 0;
        max-width: 230px;
    }
}
@media screen and (max-width: 800px){
    .expo_content__head{
        align-items: flex-start;
        flex-direction: column;
    }
    .expo_content4__side{
        flex-direction: column;
    }
    .expo_content4__pic{
        max-width: 500px;
    }
}

.mv_date{
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: 24px;
}
.mv_date__label{
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    background-color: var(--black);
    padding: 8px 16px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1;
}
.mv_date__time{
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 0.8;
}
.mv_date__year{
    font-size: 4rem;
    font-weight: 900;
}
.mv_date__day{
    font-size: 8rem;
    font-weight: 900;
}
.mv_date__week{
    font-size: 2rem;
    font-weight: 900;
}
.mv_date__arrow{
    display: block;
    aspect-ratio: 1/1;
    width: 24px;
    height: auto;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: var(--blue);
    align-self: center;
}

@media screen and (max-width: 768px){
    .mv_block__inner{
        position: static;
        margin-bottom: 17px;
    }
    .mv_block__pic{
        max-width: 361px;
        height: 492px;
        width: 100%;
    }
    .mv_block__visual{
        display: block;
        width: auto;
        height: 100% !important;
    }

    .expo_head{
        font-size: 1.8rem;
    }
    .expo_head__image{
        max-width: 300px !important;
    }
    .mv_date__label{
        font-size: 1rem;
        padding: 4px 8px;
    }

    .mv_date__year{
        font-size: 2rem;
        font-weight: 900;
    }
    .mv_date__day{
        font-size: 3.2rem;
        font-weight: 900;
    }
    .mv_date__week{
        font-size: 1.3rem;
        font-weight: 900;
    }
    .mv_date__arrow{
        width: 18px;
    }
}

.--dl1{
    transition-delay: 500ms !important;
}
.--dl2{
    transition-delay: 1000ms !important;
}
.back_top{
    position: fixed;
    display: block;
    bottom: 50px;
    right: 50px;
    max-width: 56px;
    z-index: 10;
    border-radius: 50%;
    overflow: clip;
    box-shadow: 0 0 20px 0 #fff;
}
.back_top:hover{
    opacity: 1;
}
@media screen and (max-width: 500px){
    .back_top{
        max-width: 32px;
        bottom: 20px;
        right: 20px;
    }
}