body{
    height: 500%;
}
a:not([href]):not([class]){
    cursor: pointer;
    color: #0d6efd !important;
    /* text-decoration: underline; */
}
#map{
    position: fixed;
    width: 15%;
    right: 2%;
    transition: 1s;
    z-index: 11;
}
#map:hover #go_top{
    opacity: 0.5;
}
#map:hover #map_icon{
    opacity: 0;
}
#map:hover #epa{
    opacity: 0;
}
#go_top{
    position: absolute;
    /* display: block; */
    width: 98%;
    bottom: 0%;
    right: 2%;
    opacity: 0;
    transition: 0.5s;
    /* z-index: 99; */
}
#map_icon{
    position: absolute;
    /* display: block; */
    width: 100%;
    bottom: 2%;
    right: 2%;
    transition: 0.5s;
    /* z-index: -10; */
}
#epa{
    position: absolute;
    width: 17%;
    transition: 0.5s;
    /* z-index: -10; */
}
#page5_epa{
    --rotate:0deg;
    position: absolute;
    width: 17%;
    opacity: 0;
    -moz-transform:rotate(var(--rotate));
    -webkit-transform:rotate(var(--rotate));
    -o-transform:rotate(var(--rotate));
    -ms-transform:rotate(var(--rotate));
    transform:rotate(var(--rotate));
}
.promotion-video-div{
    /* width:100%;
    height: 100%; */
    position: absolute;
    background-color: #ffffffc0;
    width: 100%;
    font-size: calc(1.6vw + 0.4em);
    padding: calc(3vw + 0.2vw) calc(3vw + 0.2vw);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
#promotion-video{
    position: relative;
    --width: calc(60vw);
    height: calc((var(--width) / 560) * 315);
    width: calc(var(--width));
}
.page{
    position: fixed;
    width: 100vw;
    display: flex;
    justify-content: center; 
    align-items: center; 
    top: 200%;
    height: 100vh;
    flex-wrap: wrap;
    z-index: 10;
}
.white_background{
    position: absolute;
    background-color: #ffffffc0;
    width: 100%;
    font-size: calc(1.6vw + 0.4em);
    padding: calc(3vw + 0.2vw) calc(25vw);
    z-index: 2;
}
.page_center{
    position: absolute;
    width: 100%;
    font-size: calc(1.6vw + 0.4em);
    /* padding: calc(3vw + 0.2vw) calc(25vw); */
    z-index: 2;
}
.top_block{
    top: 0;
}
@media all and (max-aspect-ratio:1/1){
    .top_block{
        top: 26%;
    }
}
.typesetting_block{
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
}
#bottomleft{
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 30%;
    padding-bottom: 30%;
    transition: 1.0s;
    z-index: 10;
    /* overflow: hidden; */
}
#page_12_content{
    position: absolute;
    left: 10%;
    font-size: calc(1.6vw + 0.4em);
    width: calc(10vw + 40%);
    font-family: comic;
    z-index: 2;
    /* font-family: lhandw; */
    /* font-family: papyrus; */
    /* font-family: refsan; */
}
#page_13_content{
    position: absolute;
    left: 10%;
    font-size: calc(1.6vw + 0.4em);
    width: calc(10vw + 40%);
    font-family: comic;
    z-index: 2;
}
.page_background{
    position: absolute;
    width: 100vw;
    height: 100vh;
    /* font-size: calc(1.6vw + 0.4em); */
    /* padding: calc(3vw + 0.2vw) calc(17vw); */
    z-index: 0;
}
.bottomleft-background{
    position: absolute;
    bottom: -40%;
    left: -20%;
    width: 120%;
    z-index: 0;
}
.learn_more_title{
    position: relative;
    margin-top:3%;
    margin-bottom:3%;
}
.learn_more{
    position: relative;
    margin-left: 5%;
    cursor: pointer;
    color: #9d6381;
    margin-top:3%;
    margin-bottom:3%;
    display: flex;
    align-items: center;
}
.learn_more_content{
    display: none;
    margin-left: 5%;
    font-size: calc(1.2vw + 0.3em);
}
.learn_more_a{
    text-decoration: none;
    width:100%;
    color: #9d6381;
}
.bottomleft{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    padding-bottom: 30%;
    z-index: 1;
    overflow: hidden;
}
.illustration{
    position: absolute;
    z-index: 1;
}
.triangle_to_right{
    border-top: calc(0.4vw + 0.1em) solid transparent;
    border-bottom: calc(0.4vw + 0.1em) solid transparent;
    border-left: calc(0.8vw + 0.2em) solid #9d6381;
    display: inline-block;
    margin-right: 1%;
}
.triangle_to_down{
    border-left: calc(0.4vw + 0.1em) solid transparent;
    border-right: calc(0.4vw + 0.1em) solid transparent;
    border-top: calc(0.8vw + 0.2em) solid #9d6381;
    display: inline-block;
    margin-right: 1%;
}
.reference{
    font-size: calc(0.44vw + 0.11em);
}
#team_name{
    display: flex;
    width: 70%;
}
#team_name_2{
    display: flex;
    width: 70%;
}
#team_logo{
    display: flex;
    width: 55%;
}
#team_logo_2{
    display: flex;
    width: 55%;
}
#page_14_content{
    display: flex;
    /* width: 55%; */
    font-size: calc(3.2vw + 0.8em);
    margin-left: 10%;
    margin-top: 10%;
}
#page_14_img{
    display: flex;
    width: 35%;
    margin-left: 10%;
    margin-bottom: 5%;
}
#page_16_background{
    position: absolute;
    width: 100%;
    font-size: calc(1.6vw + 0.4em);
    padding: calc(3vw + 0.2vw) calc(17vw);
    z-index: 0;
}
#page_17_background{
    position: absolute;
    width: 100%;
    font-size: calc(1.6vw + 0.4em);
    padding: calc(3vw + 0.2vw) calc(12vw);
    z-index: 0;
}
#page_18{
    z-index: 9;
}
#page_19{
    z-index: 8;
}
#earth{
    position: absolute;
    width: 50%;
    overflow: hidden;
    object-fit:contain;
    object-position: center center;
    transition: 1.0s;
}
#map_of_world{
    position: absolute;
    width: 80%;
}
#page6-role1{
    width: 40%;
    /* height: 40%; */
    bottom:6%;
    left:2%;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
#page6-role2{
    width: 30%;
    /* height: 40%; */
    bottom:6%;
    left:60%;
}
#page6-role3{
    width: 30%;
    /* height: 40%; */
    bottom:40%;
    left:35%;
}
#page7-role1{
    width: 30%;
    /* height: 40%; */
    bottom:6%;
    left:2%;
    /* -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1); */
}
#page7-role2{
    width: 30%;
    bottom:6%;
    left:60%;
}
#page7-role3{
    width: 25%;
    bottom: 10%;
    left: 25%;
}
#page7-role4{
    width: 25%;
    bottom: 10%;
    left: 40%;
}
#page7-role5{
    width: 25%;
    bottom: 20%;
    left: 35%;
}
#page7-role6{
    width: 8%;
    bottom: 42%;
    left: 52%;
}
#page7-role7{
    width: 8%;
    bottom: 42%;
    left: 42%;
}
#page8-role1{
    width: 28%;
    bottom:6%;
    left:5%;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
#page8-role2{
    width: 27%;
    bottom:6%;
    left: 65%;
}
#page8-role3{
    width: 30%;
    bottom: 6%;
    left: 40%;
}
#page9-role1{
    width: 20%;
    bottom:6%;
    left:6%;
}
#page9-role2{
    width: 45%;
    bottom: 4%;
    left: 40%;
}
#page9-role3{
    width: 25%;
    bottom: 38%;
    left: 21%;
}
#page10-role1{
    width: 38%;
    bottom:6%;
    left:25%;
}
#page10-role2{
    width: 45%;
    bottom:6%;
    left:5%;
}
#page10-role3{
    width: 45%;
    bottom:6%;
    left:40%;
}
#page11-role1{
    width: 55%;
    bottom:4%;
    left:15%;
}
#page12-roles{
    width: 35%;
    top: 32%;
    left:55%;
}
#page12-role1{
    width: 100%;
    /* top: 32%;
    left:55%; */
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
#page12-role2{
    width: 100%;
    display: none;
    margin-left: 2%;
    margin-top: -5%;
}
#page12-role3{
    width: 100%;
    display: none;
    margin-left: 2%;
    margin-top: -2%;
}
#page13-roles{
    width: 25%;
    top: 40%;
    left:55%;
}
#page13-role1{
    width: 100%;
}
#page13-role2{
    width: 200%;
    display: none;
    margin-left: -15%;
}
#page13-role3{
    width: 120%;
    display: none;
}
.first_page{
    opacity: 0;
    display: flex;
    width: 100%;
    height: calc(var(--nav_height));
}
.background{
    --nav_height:0px;
    width: 100%;
    height: calc(100vh - var(--nav_height));
}
.stop {
    animation-play-state: paused;
}

@keyframes heart-burst {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@media all and (max-aspect-ratio:1/1){
    #map{
        width: 30%;
    }
}