@charset "UTF-8";

/*!------------------------------------*\
    Home Contents
\*!------------------------------------*/

.swiper-container {
    position: relative;
}

.swiper-slide img, video{
    width: 100%;
    object-fit: cover;
}

.project-contens {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0px;
    padding: 0px;
    z-index: 1;
    width:90%;
}

.project-title {
    text-align: center;
    margin-top: 0px;
}

.project-title img {
    width: 100%;
}

.project-title span {
    margin-left: 20px;
}

.home_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 95vw;
}

.home_ttl01 {
    position: absolute;
    top: 50%;
    left: 52%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 95vw;
}

.home_ttl02 {
    position: absolute;
    top: 50%;
    left: 36%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 13vw;
}

.home_ttl03 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20vw;
}

.coming-soon {

    /*------EDIT 19.12.23------*/
    /*margin: 20% 0;*/
    margin: calc( 20% - 50px) 0;
    /*-------------------------*/

    text-align: center;
    color: #707070;
}

.coming-soon img {
    width: 100%;
}

#countdown-unit {
    color: #000;
}

.countdown-timer {
    text-align: center;
}

ul.cdt,
ul.end {
    list-style: none;
}

ul.cdt li {
    display: inline-block;
    margin: 20px 0px;
    width: 24%;
}

.num {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 4.2vw;
    margin-top: -5px;
    margin-left: 3%;
    margin-right: 3%;
}

.end {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 460%;
    margin-top: 0px;
}

.txt {
    font-family: 'Open Sans';
    margin-top: 9px;
    font-size: 0.8vw;
    text-transform: uppercase;
}

.days {
    width: 99px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.hours {
    width: 100px;
    border-right: solid 1px #000;
}

.minites {
    width: 100px;
    border-right: solid 1px #000;
}

.seconds {
    width: 100px;
    border-right: solid 1px #000;
}

.news {
    clear: both;
    margin: 0px auto 0;
    width: 1100px;
}
.whatnew {
    margin-top: 60px;
    color: #888;
    font-size: 16px;
}

.news-area {
    margin: 15px 0 0 0px;
    padding:20px;
    border: solid 1px #888;
    font-size: 12px;
}

.news-area ul {
    list-style: none;
}

.news-area ul li {
    line-height: 24px;
    padding-bottom: 20px;
}

.news-area ul li:last-child {
    padding-bottom: 1px;
}

.news-area ul li span.date {
    padding-left: 14px;
    margin-left: 120px;
}

.news-area ul li span.title {
    margin-left: 10px;
}

.news-area ul li a {
    font-size: 13px;
    color: #707070;
}

.event-info {
    padding-bottom: 3px;
    background: url(../../news/img/icon-event-info.png) no-repeat 0 1px;
    background-size: 123px;
}

.open-info {
    padding-bottom: 3px;
    background: url(../../news/img/icon-open-info.png) no-repeat 0 1px;
    background-size: 123px;
}

.notice {
    padding-bottom: 3px;
    background: url(../../news/img/icon-notice.png) no-repeat 0 1px;
    background-size: 123px;
}

.new-contents {
    padding-bottom: 3px;
    background: url(../../news/img/icon-new-contents.png) no-repeat 0 1px;
    background-size: 123px;
}

.publications {
    padding-bottom: 3px;
    background: url(../../news/img/icon-publications.png) no-repeat 0 1px;
    background-size: 123px;
}

.news-ichiran {
    margin: 20px auto 60px;
    text-align: right;
    font-size: 12px;
}

.news-ichiran a {
    color: #888;
}

.main-movie {
    /*margin-top: 40px;*/
    background-color: #000;
    margin-bottom: 30px;
}
.main-movie02 {
    margin-top: 10px;
    background-color: #000;
margin-bottom: 30px;
}

.movie {
    position: relative;
}

.movie-img img{
    width: 100%;
}

.movie-contens {
    position: absolute;
    top: 69%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0px auto;
    padding:0;
    z-index: 2;
    width:44%;
}

.movie-play {
    /*margin-top: 23%;*/
    padding:0 43%;
}

.movie-play img {
    width:80%;
}

.movie-play img a {
    display: inline-block;
    padding: 0 20%;
}

.movie-description {
    margin: 15% auto 0;
    width: 80%;
    text-align: center;
}

.movie-description img {
    width: 70%;
}

.movie-play02 {
    /*margin-top: 23%;*/
    padding:0 43%;
}

.movie-play02 img {
    width:80%;
}

.movie-play02 img a {
    display: inline-block;
    padding: 0 20%;
}


.movie-description02 {
    margin: 15% auto 0;
    width: 80%;
    text-align: center;
}

.movie-description02 img {
    width: 50%;
}

/*  lity */

.lity-content {
    margin-top: 40px;
    border: solid 1px #707070;
}

.lity-close {
    z-index: 9994;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0px 0px 0px 0px;
    color: #000;
    font-style: normal;
    font-size: 22px;
    font-family: auto;
    line-height: 25px;
    text-shadow: none;
    border: 0;
    background: #707070;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0px 0px 0px 0px;
  color: #000;
  font-style: normal;
  font-size: 22px;
  font-family: auto;
  line-height: 25px;
  text-shadow: none;
  border: 0;
  background: #707070;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}



.module, .module-small {
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.container {
    margin: 0 auto;
    width: 1120px;
    padding:0;
    line-height:1.8;
    font-size: 12px;
    color:#707070;
}

.container a {
    text-decoration: none;
    font-size: 11px;
    /*font-size: 12px;*/
    color:#707070;
}

.container01 {
    margin: 0 auto;
    width: 1120px;
    padding:0;
    line-height:1.8;
    font-size: 12px;
    color:#AF8282;
}

.container01 a {
    text-decoration: none;
    font-size: 12px;
    /*font-size: 11px;*/
    color:#AF8282;
}

.container02 {
    margin: 0 auto;
    width: 1120px;
    padding:0;
    line-height:1.8;
    font-size: 12px;
    color:#7D99BE;
}

.container02 a {
    text-decoration: none;
    /*font-size: 11px;*/
    font-size: 12px;
    color:#7D99BE;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row--feature {
    width: 1050px;
    margin: 0 auto;
}

.row--contents {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.module01 {
    padding: 60px 0 60px 0;
}

.module-title04 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #707070;
    margin: 0 0 30px;
    white-space: nowrap;
/*font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;*/
font-family: 'Verdana','Arial','Helvetica',sans-serif;
}

.module-title03 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #7D99BE;
    margin: 0 0 30px;
    white-space: nowrap;
}

.module-title02 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #AF8282;
    margin: 0 0 30px;
    white-space: nowrap;
}

.module-title01 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #707070;
    margin: 0 0 30px;
    white-space: nowrap;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #707070;
    margin: 0 0 60px;
    white-space: nowrap;
}

.module-subtitle04 {
    text-align: center;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 50px;
}

.module-subtitle03 {
    text-align: center;
    font-size: 14px;
    color: #7D99BE;
    font-weight: 400;
    margin-bottom: 50px;
    padding-right: 1em;
}

.module-subtitle02 {
    text-align: center;
    font-size: 14px;
    color: #AF8282;
    font-weight: 400;
    margin-bottom: 50px;
    padding-right: 1em;
}

.module-subtitle01 {
    text-align: center;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 50px;
}

.module-subtitle {
    text-align: center;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    margin-bottom: 50px;
}

.alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 40px 0 0 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 14px;
    /*font-size: 16px;*/
    font-weight: 400;
    margin: 0 0 10px;
    color: #707070;
}

.alt-feature-image {
    margin: 20px 0 0 0;
}

.alt-feature-image img {
    width:100%;
}

.features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    /*font-size: 20px;*/
    font-size: 16px;
    color: #AF8282;
    margin: 16px 0 15px;
}

.features-title01 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
    /*font-size: 20px;*/
    color: #7D99BE;
    margin: 16px 0 15px;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.icon01::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../img/icon_note.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.icon02::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../img/icon_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.icon03::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../img/icon_home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.icon04::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../img/icon_bookshelf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.icon05::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../img/icon_institution.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.icon06::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../img/icon_movie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.icon11::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_book.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon12::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_report.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon13::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_audio.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon14::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_movie01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon15::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_doc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon16::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_paper.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon17::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_folder.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon18::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_cube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon21::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_books.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon22::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../img/icon_multimedia.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon23::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 70px;
    background-image: url(../../img/icon_papers.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.icon24::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 70px;
    background-image: url(../../img/icon_key.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.secret01::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url(../../img/icon_secret.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}

.secret02::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url(../../img/icon_secret01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 9px;
    margin-top: -5px;
}

.team-image img {
    width: 100%;
    display: block;
}

.team-detail {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 100%;
    left: 0%;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding: 20px;
}

/*!------------------------------------*\
    Responsive Start
\*!------------------------------------*/

@media (min-width: 64em) {
  main.top-slide {
    max-width: 60rem;
  }

}

@media (min-width: 75em) {
  main.top-slide {
    max-width: 70rem;
  }

}

@media screen and (max-width: 1024px){

.secret01::before {
    display: none;
}

    .swiper-slide {
        height: auto;
        overflow: hidden;
    }

    .project-contens {
        margin-top: 0px;
    }

    .project-title {
        text-align: center;
    }

    .project-title span {
        margin-left: 20px;
    }

    .coming-soon {
        margin: 50px 0;
        text-align: center;
        color: #707070;
    }

    .movie-play {
        margin-top: 14%;
        padding:0 43%;
    }

    .movie-play02 {
        margin-top: 14%;
        padding:0 43%;
    }

    .news {
        width: 96%;
        margin-top: 15px;
    }

    .whatnew {
        font-size: 16px;
        text-align: left;
    }

    .news-area {
        font-size: 13px;
        margin: 10px 0 0 0px;
        padding:15px;
    }

    .news-ichiran {
        width: auto;
        margin-right: 15px;
        font-size: 10px;
    }

    .movie-img img {
        width: 100%;
    }

    .movie-contens {
        bottom: 0;
    }

    .movie {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .movie-play {
        margin-top: 14%;
        padding: 0 43%;
    }

    .movie-play02 {
        margin-top: 14%;
        padding: 0 43%;
    }

.movie-description img {
    width: 100%;
}
.movie-description02 img {
    width: 90%;
}
.movie-description02 {
    width: 100%;
}

.module, .module-small {
    position: relative;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    line-height: 1.8;
    font-size: 12px;
    color: #707070;
}

.row--feature {
    width: 100%;
    margin: 0 auto;
}

.container01 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    line-height: 1.8;
    font-size: 12px;
    color: #AF8282;
}

.container02 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    line-height: 1.8;
    font-size: 12px;
    color: #7D99BE;
}

.row.multi-columns-row {
    display: flex;
    flex-wrap: wrap;
}

.col-xs-12 {
    width: 49%;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #707070;
    margin: 0 0 60px;
    white-space: normal;
}

.module-title01 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #707070;
    margin: 0 0 30px;
    white-space: normal;
}

.module-title02 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #AF8282;
    margin: 0 0 30px;
    white-space: normal;
}

.module-subtitle02 {
    text-align: center;
    font-size: 14px;
    color: #AF8282;
    font-weight: 400;
    margin-bottom: 50px;
    padding-right: 1em;
}

.module-title03 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #7D99BE;
    margin: 0 0 30px;
    white-space: normal;
}

.module-subtitle03 {
    text-align: center;
    font-size: 14px;
    color: #7D99BE;
    font-weight: 400;
    margin-bottom: 50px;
    padding-right: 1em;
}

.module-title04 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #707070;
    margin: 0 0 40px;
    white-space: normal;
}

.dropdown-backdrop {
    display: none;
}


}

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

    .swiper-slide {
        /*height: 900px;*/
        height: 800px;
        overflow: hidden;
    }

    .project-contens {
        margin-top: 0px;
        width:100%;
    }

    .project-title {
        text-align: center;
    }

    .project-title span {
        margin-top: 40px;
        margin-left: 40px;
    }

    .coming-soon {
        margin: 30% 0;
        text-align: center;
        color: #707070;
    }

    .coming-soon img {
        width: 60%;
    }

    #countdown-unit {
        margin:0 auto;
        width: 60%;
    }

    .movie-play {
        margin-top: -20%;
        padding:0 43%;
    }
    .movie-play02 {
        margin-top: -20%;
        padding:0 43%;
    }

    .movie-description {
    width: 70%;
        margin-top: 40px;
    }
.movie-description02 {
    width: 80%;
margin-top: 70px;
}


    .news {
        width: 96%;
        margin-top: 15px;
    }
    .whatnew {
        font-size: 16px;
        text-align: left;
    }

    .news-area {
        font-size: 13px;
        margin: 10px 0 0 0px;
        padding:15px;
    }

    .news-ichiran {
        width: auto;
        margin-right: 15px;
        font-size: 10px;
    }
    .movie-contens {
        bottom: 270px;
    }
    .movie {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .movie-play img {
        width: 50px;
    }

    .movie-play02 img {
        width: 50px;
    }


.home_ttl01 {
    position: absolute;
    top: 50%;
    left: 52%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 160vw;
}

.project-title img {
    width: 75%;
    margin:0 auto;
}

.home_ttl02 {
    position: absolute;
    top: 50%;
    left: 22%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 23vw;
}

.home_ttl03 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30vw;
}

.home_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 185vw;
}

.swiper-slide img, video{
    object-fit: cover;
}


}

@media screen and (max-width: 414px){

.features-title01 span {
    font-size: 14px;
}

.home_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 300vw;
}

.home_ttl01 {
    position: absolute;
    top: 33%;
    left: 52%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 210vw;
}

.home_ttl02 {
    position: absolute;
    top: 50%;
    left: 20%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30vw;
}

.home_ttl03 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50vw;
}

.team-image img {
    /*width: 85%;*/
    display: inline-block;
    text-align: center;
}

.alt-features-item {
    position: relative;
    padding-left: 0px;
    margin: 40px 0 0 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 30px;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

    .main-img {
        height: 100%;
        overflow: hidden;
    }

    .swiper-container {
        width: 100%;
        min-width: 100%;
    }

    .swiper-slide {
        height: 100%;
        overflow: hidden;
    }

    .project-contens {
        margin-top: 10px;
    }

    .project-contens span img {
        margin-top: 10px;
    }

    .project-title {
        width: 100%;
    }

    .project-title span {
        margin-left: 0px;
        margin-top: 6px;
    }

    .project-title img {
        margin-bottom: 6px;
        height: 40px;
        object-fit: contain;
        padding: 0 20px;
    }

    .coming-soon {
        margin: 30px auto;
        width: 93%;
    }

    .coming-soon img {
        width: 100%;
    }

    #countdown-unit {
        margin:0 auto 20px;
        width: 100%;
    }
    
    .countdown-timer {
        margin:0 auto;
        width: 100%;
    }

    ul.cdt li {
        width: 140px;
    }

    .num {
        font-size: 60px;
    }

    .txt {
        font-size: 10px;
    }

    .days {
        width: 150px;
        border-left: none;
    }

    .hours {
        width: 150px;
        border-right: none;
    }

    .minites {
        width: 150px;
    }

    .seconds {
        width: 150px;
        border-right: none;
    }

    .end {
        font-family: 'Open Sans';
        font-weight: bold;
        font-size: 35px;
        margin-top: 100px;
    }
    
    .news {
        width: 96%;
        margin-top: 15px;
    }
    .whatnew {
        font-size: 16px;
        text-align: left;
        margin-top: 30px;
    }

    .news-area {
        font-size: 13px;
        margin: 10px 0 0 0px;
        padding:15px;
    }

    .news-area ul li span.date {
    line-height: 2.5;
    }

    .news-area ul li span.date::before,
    .news-area ul li span.title::before {
        content: "\A" ;
        white-space: pre;
    }

    .news-ichiran {
        width: auto;
        margin-right: 15px;
        font-size: 10px;
    }

    .movie-contens {
    width: 100%;
        bottom: 150px;
    }

.main-movie02 {
    margin-top: 10px;
    background-color: #000;
}

    .movie {
        margin: 0 auto;
        width: 100%;
        height: 224px;
        text-align: center;
    }

    .movie-play img {
        width: 50px;
    }
    .movie-play02 img {
        width: 50px;
    }

    .movie-description img {
        width: 90%;
    }

.movie-description02 {
    margin: 12% auto 0;
    width: 60%;
    text-align: center;
}

.movie-description02  img {
    width: 60%;
}

}

@media screen and (max-width: 320px){

    .num {
        font-size: 48px;
    }

    .txt {
        font-size: 10px;
    }

    .days {
        width: 100px;
        border-left: none;
    }

    .hours {
        width: 100px;
        border-right: none;
    }

    .minites {
        width: 100px;
    }

    .seconds {
        width: 100px;
        border-right: none;
    }

    .coming-soon {
        margin: 20px auto;
        width: 93%;
    }

    .project-title img {
        height: 25px;
    }

    #countdown-unit {
    margin-bottom: 0px;
    }
}

@media screen and (min-width: 1025px){
    main.top-slide {
      margin-top: 78px;
    }
}