@charset "utf-8";


/* Reset
---------------------------------------------------------- */
body{
	background: #000;
}
#contents {
    font-size: 12px;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
}
#report .report-inner {
    width: 100%;
}
#report li {
    float: none;
}
#contentsIn {
    padding: 0;
    background: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#main {
    background: none;
}
h1,h2,h3{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.int-link{
    color:#aaa;
    text-decoration: underline;
}
.sp-br{
    display: block;
}
.sp-hide{
    display: none;
    visibility: hidden;
}


/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0!important;
}


/* fade-elm
---------------------------------------------------------- */
.fade-elm{
    overflow: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
}
.fade-elm.delay{
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.fade-elm.show{
    opacity: 1;
}
.fade-elm.disable{
    width: 0% !important;
}
.fade-elm.active{
    width: 100% !important;
}
.fade-wrap{
    position: relative;
}
.fade-inner{
    display: block;
}


/* fade-elmSet -------------------------------- */
.fade-up-wrap > p,
.fade-up-wrap > span,
.fade-up-wrap > h3,
.fade-up-wrap > div{
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
    transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
}
.main-section5 .fade-up-wrap > p{
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.fade-up-wrap > p.show,
.fade-up-wrap > span.show,
.fade-up-wrap > h3.show,
.fade-up-wrap > div.show{
    transform: translateY(0px);
    opacity: 1;
}
#main .main-section h2 .inner{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 500ms;
    transition: all 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 500ms;
}
#main .main-section h2.active .inner{
    transform: scale(1);
    opacity: 1;
}


/* main-img
---------------------------------------------------------- */
#main-img{
    width: 100%;
    height: 740px;
    min-height: 534px;
    max-height: 574px;
    position: relative;
    overflow: hidden;
}
#main-img .loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
}
#main-img .loader .loader-inner{
    width: 290px;
    height: 73px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -145px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 1500ms ease-in-out;
    transition: opacity 1500ms ease-in-out;
}
#main-img .loader.active .loader-inner{
    opacity: 1;
}
#main-img .loader.disable .loader-inner{
    opacity: 0;
}
#main-img .loader .logo{
    margin-bottom: 20px;
}
#main-img .loader .logo img{
    width: 40px;
    height: 40px;
}
#main-img .loader .txt img{
    width: auto;
    height: 13px;
}
#main-img .main-img-inner{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#main-img h1{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main-img.active h1{
    opacity: 1;
}
#main-img h1 span{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#main-img h1 .title1:before,
#main-img h1 .title1:after{
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    position: absolute;
    top:0;
    left: 0;
    background: url(/english/tokyotech2030/img/sp/main_title_bl1.png) no-repeat center;
    background-size: contain;
    opacity: 0.4;
    z-index: 2;
}
#main-img h1 .title1:after{
    background-image: url(/english/tokyotech2030/img/sp/main_title1.png);
}
#main-img h1 .title2:before,
#main-img h1 .title2:after{
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    position: absolute;
    top:25%;
    left: 0;
    background: url(/english/tokyotech2030/img/sp/main_title_bl2.png) no-repeat center;
    background-size: contain;
    opacity: 0.4;
    z-index: 2;
}
#main-img h1 .title2:after{
    background-image: url(/english/tokyotech2030/img/sp/main_title2.png);
}
#main-img h1 .title3:before,
#main-img h1 .title3:after{
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    position: absolute;
    bottom:25%;
    left: 0;
    background: url(/english/tokyotech2030/img/sp/main_title_bl3.png) no-repeat center;
    background-size: contain;
    opacity: 0.4;
    z-index: 2;
}
#main-img h1 .title3:after{
    background-image: url(/english/tokyotech2030/img/sp/main_title3.png);
}
#main-img h1 .title4:before,
#main-img h1 .title4:after{
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    position: absolute;
    bottom:0;
    left: 0;
    background: url(/english/tokyotech2030/img/sp/main_title_bl4.png) no-repeat center;
    background-size: contain;
    opacity: 0.4;
    z-index: 2;
}
#main-img h1 .title4:after{
    background-image: url(/english/tokyotech2030/img/sp/main_title4.png);
}
#main-img h1 .title1:after,
#main-img h1 .title2:after,
#main-img h1 .title3:after,
#main-img h1 .title4:after{
    opacity: 0.1;
    z-index: 3;
}
#main-img .main-copy{
    width: 100%;
    height: 100%;
    max-height: 740px;
    position: absolute;
    top:0;
    left: 0;
}
#main-img .main-copy p{
    position: absolute;
    background: url(/english/tokyotech2030/img/sp/main-copy.png) no-repeat;
    background-size: 600px 600px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#main-img .main-copy p.active{
    opacity: 1;
}
#main-img .main-copy .copy1{
    width: 106px;
    height: 347px;
    top: 10px;
    right: 10px;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
#main-img .main-copy .copy2{
    width: 120px;
    height: 169px;
    top: 40px;
    right: 146px;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}
#main-img .main-copy .copy3{
    width: 78px;
    height: 300px;
    top: 10px;
    left: 10px;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
}
#main-img .main-copy .copy4{
    width: 216px;
    height: 74px;
    bottom: 217px;
    left: 108px;
    -webkit-transition-delay: 7s;
    transition-delay: 7s;
}
#main-img .main-copy .copy5{
    width: 181px;
    height: 38px;
    bottom: 154px;
    left: 10px;
    -webkit-transition-delay: 9s;
    transition-delay: 9s;
}
#main-img .main-copy .copy6{
    width: 394px;
    height: 111px;
    bottom: 34px;
    left: 10px;
    -webkit-transition-delay: 11s;
    transition-delay: 11s;
}
#main-img .main-copy .copy1{
    background-position: -350px 0;
}
#main-img .main-copy .copy2{
    background-position: -100px 0;
}
#main-img .main-copy .copy3{
    background-position: 0 0;
}
#main-img .main-copy .copy4{
    background-position: -100px -250px;
}
#main-img .main-copy .copy5{
    background-position: 0 -350px;
}
#main-img .main-copy .copy6{
    background-position: 0 -400px;
}


/* scroll-down
---------------------------------------------------------- */
.scroll-down {
    display: none;
}


/* social
---------------------------------------------------------- */
.social {
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.social.active {
    opacity: 1;
}
.social .social-inner{
    padding: 5px 0 2px;
}
.social ul {
    float: right;
    margin-right: 15px;
}
.social ul li {
    float: left;
    margin: 0;
}


/* report
---------------------------------------------------------- */
#report{
    padding: 20px 15px;
    background-color: #1a1a1a;
    background: url(/english/tokyotech2030/img/bg_ptn.png);
}
#report .report-inner{
}
#report h2{
    text-align: left;
    padding: 0;
    border:none;
    background: none;
    font-weight: normal;
    color:#fff;
    margin-bottom: 10px;
}
#report h2 .en{
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    letter-spacing: 0.025em;
    color:#ccc;
}
#report .btn-more{
    text-align: center;
    margin: 20px auto 15px;
}
#report .btn-more a {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 9px;
    padding-right: 22px;
    text-decoration: none;
    border: solid 2px #aaa;
    color:#aaa;
    position: relative;
}
#report .btn-more a:before,
#report .btn-more a:after{
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #aaa;
    position: absolute;
    top:50%;
    right: 50%;
    margin-top: -3px;
    margin-right: -28px;
    -webkit-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
}
#report .btn-more a:before{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#report .btn-more a.active:before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#report ul{
}
#report li{
    width: 100%;
    border-top:solid 1px rgba(255,255,255,0.15);
    padding: 15px 0;
    position: relative;
}
#report li .image{
    float: left;
    width: 130px;
}
#report li .image img{
    width: 100%;
    height: auto;
}
#report dl{
    float: left;
    width: 100%;
    margin-left: -130px;
}
#report dt{
    font-size: 12px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    color:#888;
    margin-bottom: 7px;
    margin-left: 145px;
}
#report dd{
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    color:#fff;
    margin-left: 145px;
}
#report .link-wrap{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}
#report .more{
    display: none;
}
#report .more li{
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}
#report .more li.active{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* bg-img-wrap
---------------------------------------------------------- */
.bg-img-out-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-img-out-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/english/tokyotech2030/img/bg_ptn2.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.65;
}
.bg-img-wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top:0;
    left: 0;
}
.bg-img-inner {
    width: 100%;
    position: relative;
}
.bg-img-inner.bg-inner1 {
    height: 23%;
}
.bg-img-inner.bg-inner2 {
   height: 28%;
}
.bg-img-inner.bg-inner3 {
    height: 26%;
}
.bg-img-inner.bg-inner4 {
    height: 23%;
}
.bg-img{
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    background-position: center;
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
}
.bg-img1 {
    height: 23%;
    background-image: url(/english/tokyotech2030/img/bg_img01.jpg);
}
.bg-img2 {
    height: 32%;
    top: 23%;
    background-image: url(/english/tokyotech2030/img/bg_img02.jpg);
}
.bg-img3 {
    height: 20%;
    top: 55%;
    background-image: url(/english/tokyotech2030/img/bg_img03.jpg);
}
.bg-img4 {
    height: 25%;
    top: 75%;
    background-image: url(/english/tokyotech2030/img/bg_img04.jpg);
}
.bg-img5 {
    height: 15%;
    top: 0%;
    background-image: url(/english/tokyotech2030/img/bg_img06.jpg);
}
.bg-img6 {
    height: 20%;
    top: 15%;
    background-image: url(/english/tokyotech2030/img/bg_img05.jpg);
}
.bg-img7 {
    height: 30%;
    top: 35%;
    background-image: url(/english/tokyotech2030/img/bg_img07.jpg);
}
.bg-img8 {
    height: 20%;
    top: 65%;
    background-image: url(/english/tokyotech2030/img/bg_img08.jpg);
}
.bg-img9 {
    top: 85%;
    height: 15%;
    background-image: url(/english/tokyotech2030/img/bg_img09.jpg);
}
.bg-img10 {
    height: 30%;
    background-image: url(/english/tokyotech2030/img/bg_img10.jpg);
}
.bg-img11 {
    height: 40%;
    top:30%;
    background-image: url(/english/tokyotech2030/img/bg_img12.jpg);
}
.bg-img12 {
    height: 30%;
    top:70%;
    background-image: url(/english/tokyotech2030/img/bg_img11.jpg);
}
.bg-img13 {
    height: 25%;
    background-image: url(/english/tokyotech2030/img/bg_img13.jpg);
}
.bg-img14 {
    height: 20%;
    top:25%;
    background-image: url(/english/tokyotech2030/img/bg_img14.jpg);
}
.bg-img15 {
    height: 20%;
    top:45%;
    background-image: url(/english/tokyotech2030/img/bg_img16.jpg);
}
.bg-img16 {
    height: 35%;
    top:65%;
    background-image: url(/english/tokyotech2030/img/bg_img15.jpg);
}


/* main
---------------------------------------------------------- */
#main{
    width: auto;
    padding: 40px 15px 40px;
    position: relative;
    z-index: 1;
}
/* main-lead -------------------------------- */
#main .main-lead{
    margin-top: 0 !important;
}
#main .main-lead .main-section-inner{
    padding-top: 15px;
}
/* main-section -------------------------------- */
#main .main-section{
    margin-top: 120px;
    position: relative;
}
#main .main-section-inner{
    background: #000;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
#main .main-section h2{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.025em;
    color:#000;
    display: inline-block;
    background: linear-gradient(-30deg, #aaa 0%, #ccc 100%);
    position: absolute;
    top:-37px;
    left: 20px;
    z-index: 3;
}
#main .main-section h2 .inner{
    display: block;
    padding: 6px 10px 8px 12px;
}
#main .main-section h3{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.025em;
    color:#aaa;
    margin-bottom: 15px;
}
#main .main-section p + h3{
    margin-top: 30px;
}
#main .main-section p{
    color:#fff;
    line-height: 2;
    margin-top: 2em;
}
#main .main-section h3 + p,
#main .main-section p:first-child{
    margin-top: 0;
}
#main .main-section p.note{
    font-size: 10px;
    line-height: 1.6;
    color:#ccc;
   margin-top: 8px;
}
/* main-section2 -------------------------------- */
#main .main-section2 h3{
    width: 104%;
}
/* main-section4 -------------------------------- */
#main .main-section4 .profile{
    width: 250px;
    margin: 30px auto 0;
}
#main .main-section4 .profile dl{
    color:#fff;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 10px;
}
#main .main-section4 .profile .image{
    width: 250px;
}
#main .main-section4 .profile .image img{
    width: 100%;
    height: auto;
}
@media (max-width: 360px) {
    #main .main-section4 .sp-min-br{
        display: block;
    }
    #main .main-section4{
        margin-top: 130px;
    }
    #main .main-section4 h2{
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
/* main-section5 -------------------------------- */
#main .main-section5{
    width: 104px;
    margin-left: auto;
    margin-right: auto;
}
#main .main-section5 .main-section-inner{
    padding-top: 25px;
}
#main .main-section5 .main-section-inner .image{
    width: 64px;
}
#main .main-section5 .main-section-inner .image img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* -- media-query
-------------------------------------------------------------------------------- */
@media screen and (max-width: 374px) {
    .sp320-br{
        display: block;
    }
    #main-img{
        min-height: 366px;
        max-height: 406px;
        overflow:visible;
    }
    .social {
        bottom: -40px;
        background: #000;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    #report {
        padding-top: 60px;
    }
    #contentsIn{
        margin-top: 40px;
    }
    #main .main-lead .lead-txt .lead-txt-inner{
        padding-left: 19px;
        padding-right: 19px;
    }
    #main .main-section-inner {
        padding-left: 19px;
        padding-right: 19px;
    }
    #main .main-section4 h2{
        font-size: 22px;
        top:-30px;
    }
    #main-img .main-copy p{
        -webkit-transform: scale(0.76);
        transform: scale(0.76);
    }
    #main-img .main-copy .copy1{
        -webkit-transform-origin: top right;
        transform-origin: top right;
        top: 5px;
    }
    #main-img .main-copy .copy2{
        -webkit-transform-origin: top right;
        transform-origin: top right;
        top: 25px;
        right: 120px;
    }
    #main-img .main-copy .copy3{
        -webkit-transform-origin: top left;
        transform-origin: top left;
        top: 5px;
    }
    #main-img .main-copy .copy4{
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 137px;
        left: 90px;
    }
    #main-img .main-copy .copy5{
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 93px;
    }
    #main-img .main-copy .copy6{
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 0px;
    }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
    #main-img{
        min-height: 465px;
        max-height: 505px;
    }
    #main .main-section4 h2{
        font-size: 22px;
        top:-30px;
    }
    #main-img .main-copy p{
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    #main-img .main-copy .copy1{
        -webkit-transform-origin: top right;
        transform-origin: top right;
        top: 5px;
    }
    #main-img .main-copy .copy2{
        -webkit-transform-origin: top right;
        transform-origin: top right;
        top:30px;
        right: 136px;
    }
    #main-img .main-copy .copy3{
        -webkit-transform-origin: top left;
        transform-origin: top left;
        top: 5px;
    }
    #main-img .main-copy .copy4{
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 196px;
        left: 100px;
    }
    #main-img .main-copy .copy5{
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 142px;
    }
    #main-img .main-copy .copy6{
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}
@media screen and (min-width: 414px) {
}
