/*  index
-------------------------------------------------
    - Import
    - text
    - df-width
    - layout
-------------------------------------------------*/



/*-----------------------------------------------
     Import
-----------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,800;1,100;1,300;1,400;1,500;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap');



/*-----------------------------------------------
     cp-fix
-----------------------------------------------*/

.cp-fix{
    position: fixed;
    right: 15px;
    bottom: 5px;
    max-width: 350px;
    height: 30px;
    background: url(../images/cp-j.png) 80% 90% / 100% no-repeat;
    z-index: 120;


    width: 25%;
}

@media screen and (max-width:768px)
{
.cp-fix{



    width: 55%;
    height: 18px;
    pointer-events: none;
}
}

/*-----------------------------------------------
     text
-----------------------------------------------*/

h1,
h2 {
    color: #f1355f;
    font-size: 1.2rem;
    font-weight: 500;

}

p {
    font-weight: 400;
}

/*-----------------------------------------------
    df-width
-----------------------------------------------*/

.df-width {
    height: 100%;
    max-width: 1200px;
    /*! overflow: hidden; */
}


/*  layout
-------------------------------------------------
    - html,body
    - main
    - header
    - section
    - footer
-------------------------------------------------*/

html,
body {
    background: #000;
}

/*prelodd*/
body::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    content: '';
    /*
    background-image:
        url(../images/book/001.jpg),
        url(../images/book/002.jpg),
        url(../images/book/003.jpg);
    */
}

/*-----------------------------------------------
    main
-----------------------------------------------*/
main {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    animation: blur .8s ease-out 0s 1 both;
    /*background: url(../images/index_01.jpg) center 0 no-repeat;*/
}

section {
    width: 100%;
    text-align: justify;
    height: 1080px;
    background: #777;
    position: relative;
}

/*-----------------------------------------------
    page-frame
-----------------------------------------------*/

.pages {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg_ {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.wrap-box {
    position: relative;
    top: 0%;
    right: 0;
    left: 0;
    margin: 0px auto 0;
    padding: 0;
    z-index: 6;
    width: 100%;
    height: 95%;
    max-width: 1500px;
}

@media screen and (min-width:1921px) {
    .wrap-box {

        max-width: 1900px;
    }
}

@media screen and (max-width:1800px) {
    .wrap-box {
        width: 85%;
    }
}

@media screen and (max-width:1600px) {
    .wrap-box {
        width: 80%;
    }
}

@media screen and (max-width:1400px) {
    .wrap-box {
        width: 70%;
    }
}




/*-----------------------------------------------
    opening
-----------------------------------------------*/
.opening {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.96) url(../images/grid.png) 0 top / 80% repeat;
    z-index: 102;
    animation: skewX 2.1s ease-out 0s 1 both;
}

@-webkit-keyframes skewX {
    0% {
        transform: scaleY(3) scaleX(1.5);
        filter: blur(30px);
        opacity: 1;
    }

    20%,
    90% {
        transform: scaleY(1) scaleX(1);
        filter: blur(0);
        opacity: 1;
    }

    100% {
        transform: scaleY(3) scaleX(1);
        filter: blur(0);
        opacity: 0;
    }
}





.logos {
    width: 33%;
    position: absolute;
    height: 300px;
    background: url(../images/logos.png) center top / 100% no-repeat;
    top: 20vh;
    margin: auto;

    max-width: 600px;
    left: 0;
    right: 0;
}

.load-group {
    position: absolute;
    width: 300px;
    height: 97px;

    margin: 70% auto;
    left: 10%;
    background: url(../images/loading-text.png) center 90% no-repeat;

    right: 0;
    animation: tilt-in-fwd-br .4s ease-out 0.3s 1 both;
}

@-webkit-keyframes tilt-in-fwd-br {
    0% {
        transform: rotateY(20deg) rotateX(-35deg) translate(150px, 200px) skew(35deg, -10deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

.htmleaf-container {
    left: 55px;
    position: absolute;
}

.circleChart_text {
    color: #fff !important;
    font-size: 55px !important;


    position: absolute !important;
    left: 65px;
    width: 135px !important;
    font-family: 'Rajdhani', sans-serif !important;
}


@media screen and (max-width:768px)
{
    .logos {
    width: 70%;

}

.load-group {
    background:url(../images/loading-text.png) 35% 70% /70px no-repeat;

    left: 0%;

    right: 0;
}

.circleChart{
    transform:scale(0.5);
}

}




/*-----------------------------------------------
    top
-----------------------------------------------*/

.top {
    background: url(../images/top.jpg) center 20% /cover no-repeat;
}



@media screen and (max-width:768px) {
    .top {
        background: url(../images/top-m.jpg) center 60% no-repeat;
        background-size: cover;
    }

}

/*-----------------------------------------------
    hero01
-----------------------------------------------*/

.hero01 {
    background: url(../images/hero01.jpg) center /cover no-repeat;
}



@media screen and (max-width:768px) {
    .hero01 {
        background: url(../images/hero01-m.jpg) center 100% no-repeat;
        background-size: cover;
    }

}

/*-----------------------------------------------
    hero02
-----------------------------------------------*/

.hero02 {
    background: url(../images/hero02.jpg) center /cover no-repeat;
}



@media screen and (max-width:768px) {
    .hero02 {
        background: url(../images/hero02-m.jpg) center 100% no-repeat;
        background-size: cover;
    }

}

/*-----------------------------------------------
    hero03
-----------------------------------------------*/

.hero03 {
    background: url(../images/hero03.jpg) center /cover no-repeat;
}



@media screen and (max-width:768px) {
    .hero03 {
        background: url(../images/hero03-m.jpg) center 100% no-repeat;
        background-size: cover;
    }

}


/*-----------------------------------------------
    hero04
-----------------------------------------------*/

.hero04 {
    background: url(../images/hero04.jpg) center /cover no-repeat;
}



@media screen and (max-width:768px) {
    .hero04 {
        background: url(../images/hero04-m.jpg) center 100% no-repeat;
        background-size: cover;
    }

}


/*-----------------------------------------------
    footer
-----------------------------------------------*/

.footer {
    margin: auto 0;
    width: 99%;
    height: 130px;
    border: 0;
    text-align: center;
    background:
        url(../images/cp.png) 50% center /800px no-repeat, url(../images/dero.png) 40% -20% /cover no-repeat;
}

.footer-fix {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 23%;
    background: #181818;
    pointer-events: none;
}




@media screen and (max-width:1600px) {
    .footer {
        background:
           url(../images/cp.png) 50% center /70% no-repeat, url(../images/dero.png) 0% 10px /cover no-repeat;
    }
}

@media screen and (min-width:1921px) {
    .footer {

        background:
            url(../images/lv12.png) 3% center /1400px no-repeat, url(../images/logos.png) 91% center /1400px no-repeat;
    }
}

@media screen and (max-width:768px) {
    .footer {
        height: 100px;
        background: #000 url(../images/cp-m.jpg) center /90% no-repeat;
    }

    .footer-fix {
        width: 0px;
        opacity: 0;
    }



}



/*-----------------------------------------------
    section-hover
-----------------------------------------------*/
/*.section.active .top,.section.active .hero02,.section.active .hero04 {
    -webkit-animation: into 0.8s ease both;
}
.section.active .hero01,.section.active .hero03 {
    -webkit-animation: into2 0.8s ease both;
}*/


.section.active {
    -webkit-animation: into 0.8s ease both;
}

.no-effect.active {
    -webkit-animation: noEffect 0s ease both;
}

/*.section.active .sl {
    -webkit-animation: into 1s cubic-bezier(.250, .460, .450, .940) 0s both;
}

/*.section.active .bg_ {
    -webkit-animation: into 5s cubic-bezier(.250, .460, .450, .940) .2s both;
}*/

@media screen and (max-width:768px) {
    .section.active .bg_ {
        -webkit-animation: into_m 3s cubic-bezier(.250, .460, .450, .940) .2s both;
    }
}


@-webkit-keyframes into {

    /* 0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }*/
    0% {
        -webkit-transform: translateX(-1000px) rotate(-30deg);
        transform: translateX(-1000px) rotate(-30deg);
        -webkit-filter: blur(30px);
        filter: blur(30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@-webkit-keyframes into2 {

    0% {
        -webkit-transform: rotateY(100deg) translateY(300px) skewY(-10deg);
        transform: rotateY(100deg) translateY(300px) skewY(-10deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}


@-webkit-keyframes noEffect {
    0% {
        opacity: 0.95;
        -webkit-transform: scale(1.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}


/*-----------------------------------------------
    section-effect
-----------------------------------------------*/
.section-effect {
    width: 100px;
    height: 100px;
    background: #ffffff8c;
    position: absolute;
    top: -30%;
    z-index: 50;
    pointer-events: auto;
    /*clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
    border-radius: 50%;
    text-align: center;
    left: 47%;
    border: 1px dashed #ffffff2e;
}

.section-effect:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    bottom: 0;
    margin: auto;
    z-index: 0;
    pointer-events: auto;
    text-align: center;
    left: 0;
    right: 0;
    border: 1px solid #ffffff9c;
    opacity: 0.2;

}

.section-effect:after {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    bottom: 0;
    margin: auto;
    z-index: 0;
    pointer-events: auto;
    text-align: center;
    left: 0;
    right: 0;
    border: 1px solid #ffffffa6;
    opacity: 0.1;

}


@keyframes s-effect {
    0% {
        filter: brightness(1);
        transform: rotateY(0deg) translateY(0px) skewY(50deg);
    }

    20% {
        filter: brightness(5);
    }

    50% {
        filter: brightness(1);
        opacity: 0.4;
    }

    75% {
        filter: brightness(5);
    }

    99% {
        filter: brightness(0);
        transform: scale(50) rotateY(0deg) translateY(0) skewY(50deg);
        opacity: 0;
    }

    100% {
        filter: brightness(0);
        transform: scale(0);
        opacity: 0;
    }
}

.section.active .section-effect {
    animation: s-effect .9s ease-in 0s 1 both;
}




/*-----------------------------------------------
    fixing
-----------------------------------------------*/

.fixing {
    -webkit-animation: fixing 0.2s ease 0s both;
}


@-webkit-keyframes fixing {

    0%,
    80% {
        opacity: 0;

    }

    100% {
        opacity: 1;

    }
}

/*-----------------------------------------------
    css3
-----------------------------------------------*/

@keyframes blur {
    0% {
        opacity: 0;
        filter: blur(15px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

/*-----------------------------------------------
    box-open & close
-----------------------------------------------*/
.box-open {
    opacity: 1;
    transition: all .3s cubic-bezier(.390, .575, .565, 1.000) 0s;
    pointer-events: auto;
    transform: scale(1) translate3d(0, 0, 0);

}

.box-close {
    opacity: 0;
    transition: all .3s cubic-bezier(.390, .575, .565, 1.000) 0s;
    transform: scale(1) translate3d(0%, 0%, 0);
    pointer-events: none;

}

/*-----------------------------------------------
    box-content
-----------------------------------------------*/
.df-box>.box-content {
    position: fixed;
    top: 10vh;
    left: 0;
    margin: 0;
    padding: 10px;
    z-index: 2;
    width: 95%;
    height: 70vh;
    max-width: 1200px;
    border-radius: 5px;
    /*transition: all .3s ease 10s;*/
    animation: boxContent .5s ease-out 0.5s 1 both;
    /*transform: translate(-50%, -50%);*/
    background: transparent;
    right: 0;
    margin: auto;
    display: none;
    /*! bottom: 0; */
}


@-webkit-keyframes boxContent {
    0% {
        -webkit-transform: rotateY(25deg) rotateX(35deg) translate(300px, -300px) skew(-10deg, 10deg);
        transform: rotateY(25deg) rotateX(35deg) translate(300px, -300px) skew(-10deg, 10deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

.df-video:before {
    position: absolute;
    top: 12%;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(75% + 8px);
    border: 1px solid #5e5e5e;
    content: '';
    box-shadow: -2px 1px 2px rgba(45, 48, 255, 0.56),1px -2px 2px rgba(45, 48, 255, 0.24);
}


@media screen and (max-width:1400px) {
    .df-box>.box-content {
        top: 2vh;

    }

}

@media screen and (max-width:768px) {
    .df-box>.box-content {
        top: 25vh;

    }
        .df-box>.box-content.event {
        width: 100%;
    }
.df-video:before {
    top: 11%;

}

}




/*-----------------------------------------------
    df-close
-----------------------------------------------*/
.df-close:hover
{
    transform: rotateZ(0deg); }


.df-close
{
    display: inline-block;
    position: absolute;
    top: 85%;
    right: 0;
    z-index: 25;
    opacity: 1;
    width: 60px;
    height: 117px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    transform-origin: 50% 50%;
    left: 0;
    margin: auto;
    background: url(../images/icon-close.png) center 100% / 100% no-repeat;

}

.df-close::before ,.df-close::after
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0.18rem;
    border-radius: 5px;
    content: '';
    background: #fff;
    opacity: 0; }

.df-close::before
{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.df-close::after
{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }


@media screen and (max-width:1800px)
{
.df-close
{
    width: 50px;
    top: 78%;;

}
}

@media screen and (max-width:1400px)
{
.df-close
{
    width: 45px;
     top: 78%;

}
}
@media screen and (max-width:768px)
{
.df-close
{
    width: 40px;
     top: 62%;

}

.swiper-father > .df-close
{
    width: 40px;
     top: 82%;

}
}




/*-----------------------------------------------
    video
-----------------------------------------------*/


.sound {
    position: absolute;
    width: 100%;
    height: 76%;
    top: 12%;
    left: 0;
    z-index: 15;

}

.sound .on,
.sound .off {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(203, 152, 152, 0.6);*/


}

.sound .on {
    display: none;
    /*background: rgba(250, 250, 250, 0.6);*/

}

/*-----------------------------------------------
    cursor-down
-----------------------------------------------*/

.cursor-down {
  width: 23px;
  height: 38px;
  position: absolute;
  box-sizing: border-box;
  border: 0.15rem solid #a9a9a9;
  margin: auto;
  border-radius: 50% 50% 50% 50% / 25% 25% 25% 25%;
  transform: scale(0.7);
  top: 47%;
  right: 15px;
  z-index: 10;
  /*box-shadow:-2px 1px 2px rgba(45, 48, 255, 0.67);*/
}


.cursor-down::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 3px;
  height: 2px;
  background: #a9a9a9;
  border-radius: 10px;
  animation: scrollDown 1.5s linear infinite;
}
@keyframes scrollDown {
  0% {
    top: 2px;
    height: 2px;
    opacity: 1;
  }
  33% {
    /*! top: 8px; */
    height: 19px;
  }
  66% {
    /*! top: 11px; */
    height: 10px;
    opacity: 1;
  }
  100% {
    /*! top: 8px; */
    height: 10px;
    opacity: 0;
  }
}

@media screen and (max-width:768px)
{
.cursor-down {

  transform: scale(0.7);

  right: 7px;
}

}


/*-----------------------------------------------
    event-group
-----------------------------------------------*/
.event-group{
    position: relative;
    width: 100%;
    height: 90%;
        /*! background: rgba(203, 152, 152, 0.6); */


    margin: -5% auto 0;
}

@media screen and (max-width:768px)
{
.event-group{


    margin: -30% auto 0;
}
}


.df-width
{

    padding-right: 10px;
    padding-left: 10px;
   }