@charset "UTF-8";
/*------------------------------------------------------*/
.header_include .nav .nav__logo > a.is-white {
    filter: contrast(0) brightness(5) !important;
}
/*------------------------------------------------------*/
/* box__kv */
.box__kv .box__container {
    position: relative;
    width: 100%;
    height: 650px;
    max-width: initial;
    padding: 0;

    align-items: center;
    background-color: var(--color-orange);
    overflow: hidden;
}

/* bg */
.box__mevent .box__container .box__body > img {
    position: absolute;
    display: block;
    width: 133px;
    height: 135px;
    top: -150px;
    left: calc((100vw - 133px)/2 - 445px);
}

.box__mevent .box__container .box__body .box__pic > img:nth-child(1) {
    position: absolute;
    display: block;
    width: 150px;
    height: 153px;
    bottom: 100px;
    /* left: calc((100vw - 150px)/2 + 470px); */
    left: calc((100vw - 150px)/2 + min(45vw, 555px));
}

.box__gevent .box__container .box__body > img:nth-child(1) {
    position: absolute;
    display: block;
    width: 122px;
    height: 124px;
    top: -100px;
    left: calc((100vw - 122px)/2 - 380px);
}

.box__gevent .box__container .box__body > img:nth-child(2) {
    position: absolute;
    display: block;
    width: 600px;
    height: 610px;
    top: -80px;
    left: calc((100vw - 600px)/2 + 650px);
}

.box__gevent .box__container .box__body > img:nth-child(3) {
    position: absolute;
    display: block;
    width: 500px;
    height: 508px;
    top: 550px;
    left: calc((100vw - 500px)/2 - 875px);
}

.box__gevent .box__container .box__body > img:nth-child(4) {
    position: absolute;
    display: block;
    width: 60px;
    height: 61px;
    top: 1200px;
    left: calc((100vw - 60px)/2 - 100px);
}

.box__gevent .box__container .box__body > img:nth-child(5) {
    position: absolute;
    display: block;
    width: 150px;
    height: 153px;

    bottom: -80px;
    left: calc((100vw - 150px)/2 + 700px);
}


/* box__mevent */
.box__mevent {
    padding-top: 200px;
    margin-top: calc(200px - 200px);
    overflow: hidden;
}

.box__mevent .box__container,
.box__gevent .box__container {
    width: 100%;
    max-width: initial;
    padding: 0 0;

    --mobile-max-title-width: 85%;
    --mobile-min-title-width: 55%;
}

.box__mevent .box__container .box__body {
    position: relative;
}

.box__mevent .box__container .box__body .box__title,
.box__mevent .box__container .box__body .box__text,
.box__gevent .box__container .box__body .box__title,
.box__gevent .box__container .box__body .box__text,
.box__gevent .box__container .box__body .box__pic {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box__mevent .box__container .box__body .box__title > div:nth-child(1) img,
.box__mevent .box__container .box__body .box__title > div:nth-child(3) img,
.box__gevent .box__container .box__body .box__title > div:nth-child(1) img,
.box__gevent .box__container .box__body .box__title > div:nth-child(3) img {
    width: 75px;
}

.box__mevent .box__container .box__body .box__title > div:nth-child(2),
.box__gevent .box__container .box__body .box__title > div:nth-child(2) {
    position: relative;
    width: calc(80% - (75px * 2));
    display: flex;
    justify-content: center
}

.box__mevent .box__container .box__body .box__title > div:nth-child(2) > p,
.box__gevent .box__container .box__body .box__title > div:nth-child(2) > p {
    position: relative;
    /* width: 80%; */
    color: var(--color-orange);
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0rem;
    text-align: center;
}

.box__mevent .box__container .box__body .box__text,
.box__gevent .box__container .box__body .box__text {
    margin: 55px auto 80px auto;
}

.box__mevent .box__container .box__body .box__text > p,
.box__gevent .box__container .box__body .box__text > p {
    position: relative;
    width: 60%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0.17rem;
    text-align: center;
}

.box__mevent .box__container .box__body .box__pic .box__radius {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}


/* box__gevent */
.box__gevent {
    padding-top: 200px;
    margin-top: calc(200px - 200px);

    padding-bottom: 250px;
    margin-bottom: -250px;
    overflow: hidden;
}

.box__gevent .box__container .box__body .box__list {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box__gevent .box__container .box__body .box__list .box__item {
    flex: 0 0 auto;
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4%;
}

.box__gevent .box__container .box__body .box__list .box__item .aspect-ratio {
    position: relative;
    --pic-rate: 100%;
    width: var(--pic-rate);
    padding-top: calc(260/450 * var(--pic-rate));

}

.box__gevent .box__container .box__body .box__list .box__item .aspect-ratio > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: calc(260/450 * 300px);

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 20px;
    overflow: hidden;
}

.box__gevent .box__container .box__body .box__list .box__item .item__num {
    font-size: 16px;
    font-weight: 500;

    margin: 10px 0 5px 0;
}

.box__gevent .box__container .box__body .box__list .box__item .item__num > span {
    margin-left: 5px;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 500;
}

.box__gevent .box__container .box__body .box__list .box__item .item__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4rem;
    color: var(--color-orange);
}


@media only screen and (min-width:360px) {
    .box__kv .box__container {
        height: 667px;
        margin-top: -75px;
    }

    .box__kv .box__container > picture > img {
        width: 422px;
    }

    /* box__mevent */
    .box__mevent .box__container .box__body .box__title,
    .box__gevent .box__container .box__body .box__title {
        flex-direction: column-reverse;
        align-items: center;
    }

    .box__mevent .box__container .box__body .box__text > p,
    .box__gevent .box__container .box__body .box__text > p {
        width: 95%;
    }
    
    .box__mevent .box__container .box__body .box__title > div:nth-child(1) img,
    .box__mevent .box__container .box__body .box__title > div:nth-child(3) img,
    .box__gevent .box__container .box__body .box__title > div:nth-child(1) img,
    .box__gevent .box__container .box__body .box__title > div:nth-child(3) img {
        width: 50px;
        padding-top: 0px;
    }

    .box__mevent .box__container .box__body .box__title > div:nth-child(1),
    .box__mevent .box__container .box__body .box__title > div:nth-child(2),
    .box__mevent .box__container .box__body .box__title > div:nth-child(3) {
        width: var(--mobile-max-title-width);
        display: flex;
    }

    .box__gevent .box__container .box__body .box__title > div:nth-child(1),
    .box__gevent .box__container .box__body .box__title > div:nth-child(2),
    .box__gevent .box__container .box__body .box__title > div:nth-child(3) {
        width: var(--mobile-max-title-width);
        display: flex;
    }

    .box__mevent .box__container .box__body .box__title > div:nth-child(1),
    .box__gevent .box__container .box__body .box__title > div:nth-child(1) {
        justify-content: flex-start;
    }

    .box__mevent .box__container .box__body .box__title > div:nth-child(3),
    .box__gevent .box__container .box__body .box__title > div:nth-child(3) {
        justify-content: flex-end;
    }
    
    .box__mevent .box__container .box__body .box__title > div:nth-child(2),
    .box__gevent .box__container .box__body .box__title > div:nth-child(2) {
        margin: 25px 0;
    }

    .box__mevent .box__container .box__body .box__pic {
        width: 100%;
        max-width: initial;
        padding: 0 0;
    }

    .box__mevent .box__container .box__body .box__pic .box__radius {
        position: relative;
        border-radius: 0px;
        overflow: hidden;
    }
    

    /* box__gevent */
    .box__gevent .box__container .box__body .box__list .box__item {
        width: 100%;
        margin-bottom: 6%;

        border: 1px solid rgba(151, 151, 151, 0.5);
        box-sizing: border-box;
        border-radius: 20px;
        background-color: #ffffff;

        padding: 30px 0;
    }

    .box__gevent .box__container .box__body .box__list .box__item .aspect-ratio {
        --pic-rate: 90%;
        padding-top: calc(220/300 * var(--pic-rate));
    }

    .box__gevent .box__container .box__body .box__list .box__item .aspect-ratio > div {
        min-width: 300px;
        min-height: calc(220/300 * 300px);

        border-radius: 0px;
    }


    .box__gevent .box__container .box__body .box__list .box__item .item__num,
    .box__gevent .box__container .box__body .box__list .box__item .item__title {
        width: 90%;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__pic {
        order: 3;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__num {
        order: 1;
        margin: 0px 0 0px 0;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__title {
        order: 2;
        margin: 5px 0 15px 0;
    }
}

@media only screen and (min-width:768px) {
    .box__kv .box__container > picture > img {
        width: 768px
    }
    
    /* box__mevent */
    .box__mevent .box__container .box__body .box__text > p,
    .box__gevent .box__container .box__body .box__text > p {
        width: 90%;
    }

    /* box__gevent */
    .box__gevent .box__container .box__body .box__list .box__item {
        width: 48%;
        margin-bottom: 4%;

        border: 0px solid rgba(151, 151, 151, 0.5);
        box-sizing: border-box;
        border-radius: 0px;
        background-color: initial;

        padding: 0px 0;
    }

    .box__gevent .box__container .box__body .box__title > div:nth-child(1),
    .box__gevent .box__container .box__body .box__title > div:nth-child(2),
    .box__gevent .box__container .box__body .box__title > div:nth-child(3) {
        width: var(--mobile-min-title-width);
    }

    .box__gevent .box__container .box__body .box__list .box__item .aspect-ratio {
        --pic-rate: 100%;
        padding-top: calc(260/450 * var(--pic-rate));
    }

    .box__gevent .box__container .box__body .box__list .box__item .aspect-ratio > div {
        min-width: 300px;
        min-height: calc(260/450 * 300px);

        border-radius: 20px;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__num,
    .box__gevent .box__container .box__body .box__list .box__item .item__title {
        width: 100%;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__pic {
        order: 1;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__num {
        order: 2;
        margin: 10px 0 5px 0;
    }

    .box__gevent .box__container .box__body .box__list .box__item .item__title {
        order: 3;
        margin: 0px 0 0px 0;
    }
}

@media only screen and (min-width:1024px) {
    .box__kv .box__container {
        height: 650px;
        margin-top: -80px;
    }

    .box__kv .box__container > picture > img {
        width: 1280px
    }

    /* box__mevent */
    .box__mevent .box__container .box__body .box__title,
    .box__gevent .box__container .box__body .box__title {
        flex-direction: row;
        justify-content: center;
    }

    .box__mevent .box__container .box__body .box__title > div:nth-child(1) img,
    .box__mevent .box__container .box__body .box__title > div:nth-child(3) img,
    .box__gevent .box__container .box__body .box__title > div:nth-child(1) img,
    .box__gevent .box__container .box__body .box__title > div:nth-child(3) img {
        width: 75px;
    }

    .box__mevent .box__container .box__body .box__title > div:nth-child(1),
    .box__gevent .box__container .box__body .box__title > div:nth-child(1) {
        width: auto;
        
    }

    .box__mevent .box__container .box__body .box__title > div:nth-child(3),
    .box__gevent .box__container .box__body .box__title > div:nth-child(3) {
        width: auto;
    }
    
    .box__mevent .box__container .box__body .box__title > div:nth-child(2) {
        width: calc(75% - (75px * 2));
        margin: 0px 0;
    }

    .box__gevent .box__container .box__body .box__title > div:nth-child(2) {
        width: calc(40% - (75px * 2));
        margin: 0px 0;
    }

    .box__mevent .box__container .box__body .box__text > p,
    .box__gevent .box__container .box__body .box__text > p {
        width: 70%;
    }

    .box__mevent .box__container .box__body .box__pic {
        width: var(--main-width);
        max-width: var(--main-max-width);
        padding: 0 var(--main-padding-side);
        margin: 0 auto;
    }

    .box__mevent .box__container .box__body .box__pic .box__radius {
        position: relative;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    /* box__gevent */

}

@media only screen and (min-width: 1440px) {

}

