/*css fadeIn Up*/


/*=================================================*/

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#oneday img {
    max-width: 100%;
}

#oneday .animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both
}

#oneday .animatedFadeInUp {
    opacity: 0;
}

#oneday .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#oneday {
    position: relative;
    overflow: hidden;
}

#oneday .pc_br {
    display: none;
}

#oneday .inner {
    padding: 0px 12px;
    /*max-width: 500px;*/
    margin: auto;
}

#oneday img {
    max-width: 100%;
}

#oneday.noto-jp {
    font-family: 'Noto Sans JP', sans-serif;
}


/*main-banner*/
/*===============================================*/

#oneday .main-banner {
    position: relative;
    background: #008CD3;
    padding: 0px 12px;
}
#oneday .main-banner .image_wrap .main-img {
    display: block;
    width: 100% !important;
}
#oneday .main-banner .heading {
    padding: 20px 0px 74px;
}
#oneday .main-banner .heading .t2 {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
    margin-top: -4px;
}


/*banner-oneday*/
/*==========================*/
#oneday .banner-oneday{
    position: relative;
    margin-top: -39px;
    margin-bottom: 40px;
}
#oneday .banner-oneday .inner-banner{
    padding: 0px 12px;
    margin: auto;
}
#oneday .banner-oneday .image_wrap img{
    width: 100% !important;
}
#oneday .banner-oneday .text-content{
    background: #E69F00;
    margin: -50px 10px 0px;
    color: #fff;
    padding: 13px 22px 22px 19px;
}
#oneday .banner-oneday .text-content .name{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 3.5px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 4px;
}
#oneday .banner-oneday .text-content .name img{
    margin-left: 9px;
}
#oneday .banner-oneday .text-content .year{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.75px;
}
#oneday .banner-oneday .text-content .sub-year{
    margin-left: 8px;
}
#oneday .banner-oneday .text-content .working-parts{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
#oneday .banner-oneday .text-content .text-description{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
#oneday .banner-oneday .left-content{
    position: relative;
    margin-bottom: 27px;
}
#oneday .banner-oneday .left-content:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    bottom: -12px;
}


/*daily-schedule*/
/*===================================*/
#oneday .daily-schedule{
    position: relative;
    padding-bottom: 60px;
}
#oneday .daily-schedule:before{
    content: "";
    position: absolute;
    width: 69%;
    height: calc(100% - 23px);
    background: rgba(227,232,237,.3);
    bottom: 0px;
    left: 0px;
}
#oneday .daily-schedule .inner{
    position: relative;
    z-index: 1;
}
#oneday .daily-schedule .heading-block{
    margin-bottom: 15px;
}
#oneday .daily-schedule .item-oneday{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
    position: relative;
    padding: 19px 18px 20px;
    margin-bottom: 49px;
}
#oneday .daily-schedule .item-oneday:after{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/oneday_arrow_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 16.5px;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
}
#oneday .daily-schedule .item-oneday:last-child:after{
    display: none;
}
#oneday .daily-schedule .list-oneday{
    padding: 0px 10px;
}
#oneday .daily-schedule .item-oneday .time{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60px;
    height: 30px;
    background: #E69F00;
    justify-content: flex-end;
    padding-right: 5px;
    top: 4px;
    left: -10px;
    z-index: 5;
}
#oneday .daily-schedule .item-oneday .ttl{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 9px;
}
#oneday .daily-schedule .item-oneday .text{
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.6px;
    min-height: 51px;
}
#oneday .daily-schedule .item-oneday .image_wrap{
    margin-bottom: 11px;
}
#oneday .daily-schedule .item-oneday .image_wrap img{
    width: 100% !important;
    display: block;
}
#oneday .daily-schedule .item-oneday .info{
    padding: 0px 12px;
}










@media (min-width: 768px) {


    #oneday .inner{
        max-width: 1140px;
        margin: auto;
        padding: 0px 20px;
    }
    #oneday .sp_br{
        display: none;
    }

    /*main-banner*/
    #oneday .main-banner{
        padding: 0px;
    }
    #oneday .main-banner .heading {
        padding: 38px 20px 127px;
        max-width: 1020px;
        margin: auto;
    }
    #oneday .main-banner .heading .t1 img{
        height: 96px;
    }
    #oneday .main-banner .heading .t2 {
        display: block;
        font-size: 18px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 3px;
        position: relative;
        margin-top: -8px;
    }


    /*banner-oneday*/
    #oneday .banner-oneday {
        position: relative;
        margin-top: -69px;
        margin-bottom: 48px;
    }
    #oneday .banner-oneday .inner-banner {
        padding: 0px 20px;
        margin: auto;
        max-width: 1140px;
    }
    #oneday .banner-oneday .text-content {
        margin: -94px 20px 0px;
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 200px;
    }
    #oneday .banner-oneday .text-content .name {
        font-size: 26px;
        line-height: 38px;
        font-weight: 500;
        letter-spacing: 5px;
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    #oneday .banner-oneday .text-content .name img{
        height: 15px;
        position: relative;
        top: -4px;
        margin-left: 15px;
    }
    #oneday .banner-oneday .text-content .year {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.75px;
    }
    #oneday .banner-oneday .text-content .working-parts {
        font-size: 14px;
        line-height: 24px;
    }
    #oneday .banner-oneday .text-content .text-description {
        font-size: 13px;
        line-height: 21px;
        font-weight: 400;
        letter-spacing: 0.8px;
        width: 65%;
        padding-left: 45px;
        padding-right: 5px;
    }
    #oneday .banner-oneday .left-content {
        width: 35%;
        margin-bottom: 0px;
    }
    #oneday .banner-oneday .left-content:after {
        width: 4px;
        height: 102px;
        background: #fff;
        bottom: unset;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
    #oneday .banner-oneday .text-content .sub-year {
        margin-left: 18px;
    }


    /*daily-schedule*/
    #oneday .daily-schedule .heading-block img{
        height: 96px;
    }
    #oneday .daily-schedule .heading-block {
        margin-bottom: 79px;
        padding: 0px 10px;
    }
    #oneday .daily-schedule .list-oneday {
        padding: 0px 20px;
    }
    #oneday .daily-schedule .heading-block {
        margin-bottom: 40px;
        padding: 0px 10px;
    }
    #oneday .daily-schedule .item-oneday .time {
        width: 100px;
        height: 50px;
        padding-right: 12px;
        top: 19px;
    }
    #oneday .daily-schedule .item-oneday .time img{
        height: 45px;
    }
    #oneday .daily-schedule .item-oneday {
        padding: 40px 30px 40px;
        margin-bottom: 87px;
        display: flex;
        flex-wrap: wrap;
    }
    #oneday .daily-schedule .item-oneday .image_wrap {
        margin-bottom: 0px;
        width: 43.5%;
    }
    #oneday .daily-schedule .item-oneday .info {
        padding: 0px 0px 0px 25px;
        width: 56.5%;
    }
    #oneday .daily-schedule .item-oneday .text {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.8px;
        min-height: auto;
    }
    #oneday .daily-schedule .item-oneday .ttl {
        font-size: 26px;
        line-height: 38px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    #oneday .daily-schedule .item-oneday:after {
        background-image: url("../images/oneday/oneday_arrow_pc.png");
        width: 30px;
        height: 22px;
        bottom: -52px;
    }
    #oneday .daily-schedule {
        position: relative;
        padding-bottom: 155px;
    }
    #oneday .daily-schedule:before{
        width: 72%;
        height: calc(100% - 66px);
    }













}





@media (min-width: 960px) {

    #oneday .main-banner .heading .t1 img {
        height: 133px;
    }
    #oneday .main-banner .heading .t2 {
        display: block;
        font-size: 28px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 3px;
        position: relative;
        margin-top: -8px;
    }
    #oneday .daily-schedule .list-oneday {
        padding: 0px 60px;
    }
    #oneday .banner-oneday .text-content {
        margin: -94px 60px 0px;
        padding: 20px 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 200px;
    }
    #oneday .banner-oneday .text-content {
        margin: -94px 20px 0px;
        padding: 20px 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 200px;
    }
    #oneday .banner-oneday .text-content .name {
        font-size: 32px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 6px;
        display: flex;
        align-items: flex-end;
        margin-bottom: 14px;
    }
    #oneday .banner-oneday .text-content .year {
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0.75px;
    }
    #oneday .banner-oneday .text-content .working-parts {
        font-size: 20px;
        line-height: 29px;
    }
    #oneday .banner-oneday .text-content .text-description {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0.8px;
        width: 65%;
        padding-left: 45px;
        padding-right: 5px;
    }
    #oneday .banner-oneday .text-content .name img {
        height: 22px;
        position: relative;
        top: -4px;
        margin-left: 15px;
    }
    #oneday .banner-oneday .left-content:after {
        right: -5px;
    }
    #oneday .daily-schedule .heading-block img {
        height: 135px;
    }
    #oneday .daily-schedule .item-oneday .info {
        padding: 0px 20px 0px 60px;
        width: 56.5%;
    }
    #oneday .daily-schedule .item-oneday .ttl {
        font-size: 32px;
        line-height: 46px;
        letter-spacing: 3px;
        margin-bottom: 37px;
    }
    #oneday .daily-schedule .item-oneday .text {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0.8px;
        min-height: auto;
    }
    #oneday .daily-schedule .heading-block {
        margin-bottom: 79px;
        padding: 0px 10px;
    }
    #oneday .daily-schedule .item-oneday:after {
        background-image: url("../images/oneday/oneday_arrow_pc.png");
        width: 40px;
        height: 22px;
        bottom: -52px;
    }









}




















