@charset "UTF-8";

.time_img_start {
    display: none;
}


/* ---------------------- .time_img_obj ---------------------- */

.time_img_obj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0s linear 0s, z-index 0s linear 0s;
    z-index: 1;
    text-align: center;
    letter-spacing: -0.4em;
}

.time_img_obj_block_wrap {
    height: 100%;
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 1.81;
}

.time_img_obj_block {
    flex-grow: 1;
    padding: 0;
    height: 100%;
}

.time_img_obj_block figure {
    height: 100%;
    white-space: nowrap;
    letter-spacing: -0.4em;
    text-align: center;
}

.time_img_obj_block figure:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.time_img_obj.img_end .time_img_obj_block {
    height: 100% !important;
}

@media screen and (min-width: 701px) {
    .time_img_obj_block_wrap {
        position: relative;
        width: 1000vw;
        left: 50%;
        margin: 0 0 0 -500vw;
    }

}

@media screen and (max-width: 700px) {
    .time_img_obj_block {
        padding: 50px 20px 0px 20px;
        height: calc(100% - 200px);
    }
}

/* ---------------------- .time_img_caption_wrap ---------------------- */

.time_img_caption_wrap {
    color: #fff;
    text-align: center;
    padding: 0px 0 80px 0;
    position: relative;
    z-index: 200;
    height: 200px;
    letter-spacing: 0.12em;
    white-space: nowrap;
    letter-spacing: -0.4em;
}

.time_img_caption_wrap:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
}

.time_img_caption {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0.12em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    white-space: normal;
}

.time_img_caption .text01,
.time_img_caption .text02 {
    display: block;
}

.time_img_caption .text01 {
    font-size: 16px;
    line-height: 2.06;
    margin: 0 0 3px 0;
}

.time_img_caption .text02 {
    font-size: 18px;
    line-height: 1.833;
    margin: 0 0 0 0;
}

.time_img_obj.img_end .time_img_caption_wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100% !important;
}

@media screen and (min-width: 701px) {

    .time_img_caption_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100% !important;
    }
}

/* ------------------------ animation  ------------------------ */

.time_img_obj.show {
    z-index: 100;
}


.time_img_obj_block {
    opacity: 0;
}

.time_img_obj.show .time_img_obj_block {
    opacity: 1;
    transition: opacity 0.0s linear 0.1s;
}

.time_img_obj.show_end .time_img_obj_block {
    transition: opacity 2.0s cubic-bezier(.43, .91, .02, 1) 0.0s, z-index 0s linear 0s;
    opacity: 0;
}

.time_img_caption_wrap {
    opacity: 0;
    transition: opacity 0s linear 0.1s;
}

.time_img_obj.show .time_img_caption_wrap {
    opacity: 1;
}


.time_img_obj.show_end .time_img_caption_wrap {
    transition: opacity 0.2s cubic-bezier(.43, .91, .02, 1) 0.0s, z-index 0s linear 0s;
    opacity: 0;
}

/*
.time_img_obj.show_anime01 {
	transition: opacity 0s cubic-bezier(.43,.91,.02,1) 0.1s,z-index 0s linear 0s;
}*/


.time_img_obj .time_img_obj_block figure {
    transform: scale(0.87, 0.87);
}

.time_img_obj.show_anime01 .time_img_obj_block figure {
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    transition: transform 10s linear 0s;
}

.time_img_obj.img_end .time_img_obj_block figure {
    opacity: 0;
    transform: scale(1.01, 1.01);
    transition: opacity 0.5s cubic-bezier(.86, 0, .07, 1) 0s, z-index 0s linear 0s, transform 0.5s linear 0s;
}

.time_img_obj.img_end.show .time_img_obj_block figure {
    opacity: 1;
    transform: scale(1.0, 1.0);
}

.lead_active .time_img_caption_wrap {
    opacity: 0;
}


/* ------------------------ time_img_obj ------------------------ */

.time_img_obj img {
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.time_img_obj.img_end img {
    -ms-filter: blur(0px);
    filter: blur(0px);
    transition: height 0.05s linear 0s, width 0.05s linear 0s, filter 0.05s linear 0s;
}

@media screen and (min-width: 701px) {

    .time_img_obj.group_1y img {
        height: 45%;
    }

    .time_img_obj.group_1t img {
        height: 60%;
    }

    .time_img_obj.group_2y img {
        height: 60%;
    }

    .time_img_obj.group_2t img {
        height: 80%;
    }

    .time_img_obj.group_3t img {
        height: 85%;
    }

    .time_img_obj.group_4y img {
        height: 80%;
    }

    .time_img_obj.group_4ys img {
        height: 50%;
    }

    .time_img_obj.img_end img {
        height: 80%;
    }

    .time_img_obj img {
        max-width: none;
    }

}

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

    .time_img_obj img {
        height: auto;
        max-width: 100%;
    }

    .time_img_obj.img_end img {
        max-width: 312px;
        height: auto;
    }


}


/* #time_count_vision */

#time_count_vision {
    position: fixed;
    z-index: 30000;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000;
}

#time_count_vision_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#time_count_zone {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 0 30px;
    z-index: 200;
    width: 100%;
    height: 0;
}

#time_count_zone {
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

.main_anime_active0 #time_count_zone {
    opacity: 1;
}

#time_count_area {
    position: relative;
    padding: 0 290px 0 0;
}

#time_count_wrap {
    position: relative;
}

#time_vision_logo {
    position: absolute;
    display: flex;
    align-items: center;
    height: 0;
    width: 290px;
    left: 0;
    transform-origin: 0 50%;
    transform: scale(1.0, 1.0);
}

#time_count_obj_wrap {
    position: absolute;
    display: flex;
    align-items: center;
    height: 0;
    width: 290px;
    left: 100%;
    transition: opacity 0.4s linear 0s;
    transform-origin: 100% 50%;
    transform: scale(1.0, 1.0);
    white-space: nowrap;
}

#time_count_obj {}

#time_count_head {
    font-size: 21px;
    letter-spacing: 0.15em;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}

#time_count {
    line-height: 1;
    position: relative;
    text-align: left;
    margin: 0 0 13px 0;
}

#time_count_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#time_count_down {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.6em;
    z-index: 2;
}

.main_anime_active1 #time_count_down {
    transition: left 0.6s linear 0s;
    left: calc(100% - 6.6em);
}

#time_count_bar {
    width: 25px;
    height: 1px;
    background-color: #fff;
}

#time_count_bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;

}

#time_count_end {
    opacity: 0;
    /*transition: opacity 0.0s linear 0s;*/
    transition: opacity 0.6s linear 0s;
}

/*.main_anime_active1 #time_count_end{*/

.main_anime_active2 #time_count_end {
    opacity: 1;
}

#time_vision_logo {
    opacity: 0;
    transition: opacity 0.6s linear 0s;
}

.main_anime_active2 #time_vision_logo {
    opacity: 1;
}

#time_count_head {
    opacity: 0;
    transition: opacity 0.6s linear 0s;
}

.main_anime_active2 #time_count_head {
    opacity: 1;
}

#time_count_bar {
    opacity: 0;
    transition: opacity 0.6s linear 0s;
}

.main_anime_active2 #time_count_bar {
    opacity: 1;
}

#time_count_end_period {
    opacity: 0;
    /*transition: opacity 0.0s linear 0s;*/
    transition: opacity 0.6s linear 0s;
}

.main_anime_active2 #time_count_end_period {
    opacity: 1;
}


.main_anime_active2 #time_count_down {
    opacity: 0;
}

#time_count_logo {
    opacity: 0;
    transition: opacity 0.6s linear 0s;
    height: 50px;
}

.main_anime_active2 #time_count_logo {
    opacity: 1;
}

#time_count_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#time_repeat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    z-index: 30000;
    cursor: pointer;
    display: none;
}


@media screen and (max-width: 1300px) {
    #time_count_zone {
        padding: 0 2.3%;
    }
}

/* sp */
@media screen and (max-width: 700px) {

    .time_img_caption_wrap {
        /*left: 20px;
		bottom: 20px;*/
        font-size: 16px;
    }

    #time_count_zone {
        font-size: 14px;
        padding: 0 25px;
    }

    #time_count_area {
        position: relative;
        padding: 0 6.6em 0 0;
    }

    #time_count_wrap {
        position: relative;
        transition: opacity 0.2s ease 0s;
    }

    .main_anime_active1 #time_count_wrap {
        opacity: 0;
    }

    #time_vision_logo {
        display: none;
    }

    #time_count_obj_wrap {
        width: 92px;
    }

    #time_count_obj {}

    #time_count_head {
        display: none;
    }

    #time_count {
        justify-content: flex-start;
        margin: 0;
    }

    #time_count {}

    #time_count_down {}

    #time_count_bar {
        display: none;
    }

    #time_count_bar:before {}

    #time_vision_logo {
        display: none;
    }

    #time_count_head {
        display: none;
    }

    #time_count_bar {
        display: none;
    }

    #time_count_end {
        display: none;
    }

    #time_count_logo {
        display: none;
    }

    #time_count_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .time_img_obj.show {
        opacity: 1;
        z-index: 100;
    }

    /*.time_img{
		transform-origin: 50% 50%;
		transform: scale(0.5,0.5);
	}*/

    .time_img_obj.img_end figure {}


    #time_repeat {}





}

/* #contents_lead */

#contents_lead {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40000;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
}

#contents_lead_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
}

#contents_lead_in {
    position: relative;
    z-index: 2;
    padding: 0 350px 0 350px;
}

#contents_lead_text {
    padding: 60px 0 120vh 0;
    margin: 0 auto;
    color: #fff;
    max-width: 600px;
    font-size: 14px;
    line-height: 2.78;
}

#contents_lead_text .contents_lead_img_wrap {
    margin: 0 0 62px 0;
    line-height: 0;
}

#contents_lead_text .contents_lead_img {
    width: 40px;
    display: inline-block;
    vertical-align: bottom;
}

#contents_lead_head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#contents_lead_head {
    visibility: hidden;
}

@media screen and (max-width: 1300px) {
    #contents_lead_in {
        padding: 0 26.9% 0 26.9%;
    }
}

/* sp */
@media screen and (max-width: 700px) {

    #contents_lead_head {
        visibility: visible;
    }

    #contents_lead_in {
        padding: 0 25px 0 25px;
    }

    #contents_lead_text {
        max-width: 230px;
        padding-bottom: calc(100vh - 50px);
    }

}

#contents_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25000;
    background-color: #fff;
}


#time_scroll,
#time_skip,
#time_scroll_btn {
    position: fixed;
    bottom: 0px;
    left: 0%;
    z-index: 30000;
    width: 100%;
    display: none;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    height: 0;
}

#time_scroll_switch,
#time_skip_switch,
#time_scroll_btn_switch {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#time_skip_switch {
    padding-top: 20px;
    top: -88px;
    height: 88px;
}

#time_scroll_switch,
#time_scroll_btn_switch {
    padding-top: 47px;
    height: 115px;
    top: -115px;
}

#time_scroll_btn {
    display: block;
    position: absolute;
    z-index: 3;
}

#time_scroll_btn_switch {
    width: 80px;
}

#time_scroll_switch {
    pointer-events: none;
}


#time_scroll_switch,
#time_skip_switch,
#time_scroll_switch_text,
#time_scroll_btn_switch {
    cursor: pointer;
}

#time_scroll_text,
#time_skip_text {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 2;
}

#time_scroll_switch:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    bottom: 100%;
    animation: time_scroll 2s ease-in infinite;
    display: block;
}


#time_scroll_switch {
    transition: opacity 0.6s cubic-bezier(0.168, 0.83, 0.40, 1) 0s;
}

.lead_active #time_scroll_switch {
    opacity: 0;
}

@keyframes time_scroll {
    0% {
        bottom: 100%;
        height: 100%;
    }

    33% {
        bottom: 0%;
        height: 100%;
    }

    66% {
        bottom: 0%;
        height: 0%;
    }

    100% {
        bottom: 0%;
        height: 0%;
    }
}

#contents_main {
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}



.t-first_load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    background-color: #000;
    z-index: 90000;
}

.t-all_wrap {
    overflow: hidden;
}

/* sp */
@media screen and (max-width: 700px) {}


/* -------------------------------------------------------------------------------------------------
.t-header
------------------------------------------------------------------------------------------------- */

/* pc */
@media screen and (min-width: 769px) {

    .t-header {}

    .t-header_func {
        display: none;
    }

    .alert-bar {
        display: none;
    }

    .t-main_nav {
        opacity: 1 !important;
        display: block !important;
        position: fixed;
        top: 50%;
        z-index: 20000;
        height: 0;
        width: 100%;
    }

    .t-main_nav_in {
        padding: 0 25px;
        height: 0;
    }

    .t-main_nav_content {
        height: 0;
    }

    .t-main_nav_content_in {
        height: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .t-main_nav_obj {}

    .t-contents_nav_list_area {}

    .t-contents_nav_list_wrap {
        text-align: right;
    }

    .t-contents_nav_list_head {
        margin: 0 0 15px 0;
    }

    .t-contents_nav_return {
        display: inline-block;
        vertical-align: bottom;
        cursor: pointer;
        width: 40px;
    }


    .t-contents_nav_return path {
        fill: #000;
        transition: fill 0.4s ease 0s, opacity 0.4s ease 0s;
    }

    .t-contents_nav_return:hover path {
        opacity: 0.4;
        /*fill: #ff0a00;*/
    }

    .t-contents_nav_list {
        font-size: 12px;
        line-height: 1;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        letter-spacing: 0.15em;
        color: #000;
    }

    .t-contents_nav_list a {
        text-decoration: none !important;
        transition: color 0.4s ease 0s, opacity 0.4s ease 0s;
    }

    .t-contents_nav_list a:hover,
    .t-contents_nav_list a.active {
        /*color: #ff0a00;*/
        opacity: 0.4;
    }

    .t-contents_nav_list_item {
        margin: 0 0 10px 0;
    }

    .t-contents_nav_list_item:last-child {
        margin-bottom: 0;
    }

    .t-contents_nav_list_area .c-sns_list_wrap {
        display: none;
    }

    .t-main_nav_close {
        display: none;
    }

}


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

    .t-header {}


    .t-main_nav_obj figcaption {
        text-align: center;
        margin-top: 20px;
        line-height: 2.2;
    }

    .alert-bar {
        font-size: 14px;
        background: #fff;
        color: #d00000;
        text-align: center;
        margin: 120px auto 0px;
        line-height: 2.375;
        font-weight: bold;
    }

    .t-header_func {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20000;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .t-header_func_in {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-items: center;
    }

    .t-main_nav_switch {
        cursor: pointer;
    }

    .t-main_nav {
        opacity: 0;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30000;
        height: 100%;
        width: 100%;
        background-color: #000000;
        color: #fff;
    }

    .t-main_nav_in {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .t-main_nav_content {
        position: relative;
        padding: 120px 25px;
    }

    .t-main_nav_obj {
        text-align: center;
        margin: 0 0 60px 0;
    }

    .t-contents_nav_list_area {
        text-align: center;
    }

    .t-contents_nav_list_wrap {}

    .t-contents_nav_list_head {
        margin: 0 0 25px 0;
    }

    .t-contents_nav_return {
        display: inline-block;
        vertical-align: bottom;
        cursor: pointer;
        width: 40px;
    }


    .t-contents_nav_return path {
        fill: #fff;
        transition: fill 0.4s ease 0s, opacity 0.4s ease 0s;
    }

    .t-contents_nav_return:hover path {
        opacity: 0.4;
    }


    .t-contents_nav_list {
        font-size: 14.5px;
        line-height: 1;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        letter-spacing: 0.16em;
    }

    .t-contents_nav_list a {
        text-decoration: none !important;
        transition: opacity 0.4s ease 0s;
    }

    .t-contents_nav_list a:hover,
    .t-contents_nav_list a.active {
        opacity: 0.4;
    }

    .t-contents_nav_list_item {
        margin: 0 0 20px 0;
    }

    .t-contents_nav_list_item:last-child {
        margin-bottom: 0;
    }

    .t-contents_nav_list_area .c-sns_list_wrap {
        margin: 25px 0 0 0;
    }

    .t-main_nav_close {
        position: absolute;
        top: 35px;
        right: 25px;
        cursor: pointer;
    }

}

/* -------------------------------------------------------------------------------------------------
.t-footer
------------------------------------------------------------------------------------------------- */

.t-footer {}

.t-footer_copy {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
}

.t-footer_content {
    background-color: #000;
    color: #fff;
    padding-top: 280px;
    padding-bottom: 60px;
    text-align: center;
}

.t-footer_info {
    margin: 0 0 45px 0;
}

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

    .t-footer_copy {
        font-size: 10px;
    }

    .t-footer_content {
        padding-top: 170px;
    }

    .t-footer_info {
        /*margin: 0 0 100px 0;*/
        margin: 0 0 115px 0;
    }

}