/*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;
    background: #008AD4;
}

#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;
    margin-bottom: 75px;
}
#oneday .main-banner .image_wrap .main-img {
    display: block;
    width: 100% !important;
}
#oneday .main-banner .heading .t2 {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
}
#oneday .main-banner .heading-main{
    position: absolute;
    top: 52%;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    transform: translateY(-50%);
}


/*banner-oneday*/
/*==========================*/
#oneday .banner-oneday{
    position: relative;
    margin-bottom: 30px;
}
#oneday .banner-oneday .inner-banner{
    padding: 0px 12px;
    margin: auto;
}
#oneday .banner-oneday .image_wrap .img-banner{
    width: 100% !important;
    display: block;
    max-height: 250px;
    object-fit: cover;
}
#oneday .banner-oneday .text-content{
    background: rgba(84,206,241,.70);
    color: #fff;
    padding: 13px 22px 22px 15px;
}
#oneday .banner-oneday .image_wrap{
    position: relative;
}

#oneday .banner-oneday .image_wrap .img-avt{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(100% - 136px);
    max-width: 214px;
    z-index: 2;
}
@media print, screen and (max-width: 374px){
  #oneday .banner-oneday .image_wrap .img-avt{
    left: -6px;
  }
}
#oneday .banner-oneday .image_wrap .img-avt img{
    display: block;
}
#oneday .banner-oneday .image_wrap .name-sp{
    position: absolute;
    background: rgba(84,206,241,.70);
    top: 54%;
    left: 0px;
    width: 100%;
    text-align: right;
    padding-right: 8px;
    padding-bottom: 10px;
    transform: translateY(-50%);
    z-index: 1;
}
#oneday .banner-oneday .image_wrap .name-sp .img-name{
    position: relative;
    margin-top: -14px;
}
#oneday .banner-oneday .image_wrap .name-sp .sub-name {
    font-size: 12px;
    line-height: 18px;
    color: #008AD4;
    font-weight: 500;
    letter-spacing: 2px;
}
#oneday .banner-oneday .text-content .name{
    display: none;
}
#oneday .banner-oneday .text-content .position{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
#oneday .banner-oneday .text-content .year{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.75px;
    margin-bottom: 11px;
}
#oneday .banner-oneday .text-content .text{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.7px;
}
#oneday .banner-oneday .text-content .sub-year{
    margin-left: 8px;
}
#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;
    padding-left: 21px;
}
#oneday .banner-oneday .left-content:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
}
#oneday .banner-oneday .text-content .sub-position{
    display: inline-block;
    background: #008AD4;
    padding: 0px 6px;
    margin-left: 7px;
}



/*daily-schedule*/
/*=======================================*/
#oneday .daily-schedule{
    padding-bottom: 45px;
}
#oneday .daily-schedule .heading-block{
    text-align: center;
    margin-bottom: 31px;
}
#oneday .daily-schedule .heading-block .t2{
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: -3px;
    letter-spacing: 2.5px;
}
#oneday .daily-schedule .list-oneday{
    margin: auto;
    width: 80%;
    position: relative;
}
#oneday .daily-schedule .item-oneday{
    background: #fff;
    position: relative;
    margin-bottom: 31px;
}
#oneday .daily-schedule .item-oneday:after{
    content: "";
    position: absolute;
    background-image: url("../images/oneday/oneday_icon_arrow_sp.png");
    background-size: 100%;
    width: 18px;
    height: 16px;
    left: calc(50% - 9px);
    bottom: -14px;
    z-index: 2;
}
#oneday .daily-schedule .item-oneday:last-child:after{
    display: none;
}
#oneday .daily-schedule .item-oneday .time{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #008AD4;
    width: 65px;
    height: 35px;
    border-radius: 17px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}
#oneday .daily-schedule .item-oneday .ttl{
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
#oneday .daily-schedule .item-oneday .text{
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}
#oneday .daily-schedule .item-oneday .image_wrap img{
    width: 100% !important;
    display: block;
}
#oneday .daily-schedule .item-oneday .info{
    padding: 31px 15px 15px 15px;
}















@media (min-width: 768px) {


    #oneday .inner{
        max-width: 1320px;
        margin: auto;
        padding: 0px 20px;
    }
    #oneday .sp_br{
        display: none;
    }

    /*main-banner*/
    #oneday .main-banner{
        margin-bottom: 160px;
    }
    #oneday .main-banner .heading .t1 img{
        height: 80px;
    }
    #oneday .main-banner .heading .t2 {
        display: block;
        font-size: 20px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 3px;
        position: relative;
    }
    #oneday .main-banner .heading-main{
        top: 49%;
    }
    #oneday .main-banner .image_wrap .main-img {
        min-height: 250px;
        object-fit: cover;
    }



    /*banner-oneday*/
    #oneday .banner-oneday {
        position: relative;
        margin-bottom: 59px;
    }
    #oneday .banner-oneday .inner{
        position: relative;
    }
    #oneday .banner-oneday .text-content {
        position: absolute;
        width: calc(100% - 40px);
        bottom: 20px;
        left: 20px;
        padding: 0px;
    }
    #oneday .banner-oneday .text-content .name {
        width: 60.2%;
        margin: -25px 0px 10px auto;
        display: block;
    }
    #oneday .banner-oneday .text-content .name img{
        height: 45px;
    }
    #oneday .banner-oneday .text-content .year {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    #oneday .banner-oneday .text-content .text {
        font-size: 12px;
        line-height: 20px;
        padding-right: 20px;
        letter-spacing: 0.85px;
        padding-left: 2px;
    }
    #oneday .banner-oneday .left-content {
        width: 60%;
        margin: 0px 0px 15px auto;
        padding-left: 25px;
    }
    #oneday .banner-oneday .text-content .sub-year {
        margin-left: 10px;
    }
    #oneday .banner-oneday .image_wrap .img-banner{
        max-height: 100%;
    }
    #oneday .banner-oneday .image_wrap .name-sp{
        display: none;
    }
    #oneday .banner-oneday .image_wrap .img-avt {
        position: absolute;
        bottom: 0px;
        left: -20px;
        width: 39%;
        max-width: 494px;
        z-index: 2;
    }
    #oneday .banner-oneday .text-content .sub-name{
        display: block;
        text-align: right;
        font-size: 16px;
        line-height: 20px;
        color: #008AD4;
        font-weight: 500;
        position: relative;
        margin-top: -3px;
        letter-spacing: 3px;
    }
    #oneday .banner-oneday .text-content .img-name{
        display: inline-block;
    }
    #oneday .banner-oneday .left-content:after {
        width: 2px;
    }
    #oneday .banner-oneday .text-content .position {
        font-size: 14px;
        line-height: 23px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    #oneday .banner-oneday .text-content .sub-position {
        padding: 0px 19px;
        margin-left: 8px;
    }


    /*daily-schedule*/
    #oneday .daily-schedule {
        padding-bottom: 90px;
    }
    #oneday .daily-schedule .heading-block{
        margin-bottom: 70px;
    }
    #oneday .daily-schedule .heading-block .t1 img{
        height: 40px;
    }
    #oneday .daily-schedule .heading-block .t2 {
        display: block;
        font-size: 13px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 2px;
        margin-top: 2px;
    }
    #oneday .daily-schedule .list-oneday {
        margin: auto;
        width: 100%;
        position: relative;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    #oneday .daily-schedule .list-oneday:after{
        content: "";
        position: absolute;
        width: 5px;
        height: calc(100% - 40px);
        background: #fff;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    #oneday .daily-schedule .item-oneday{
        width: calc(50% - 30px);
        margin-bottom: 0px;
    }
    #oneday .daily-schedule .item-oneday .ttl {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    #oneday .daily-schedule .item-oneday .text {
        font-size: 13px;
        line-height: 23px;
        letter-spacing: 0.9px;
        margin-bottom: 16px;
    }
    #oneday .daily-schedule .item-oneday .info {
        padding: 28px 0px 20px 15px;
        max-width: 430px;
        width: calc(100% - 75px);
    }
    #oneday .daily-schedule .item-oneday:after{
        display: none;
    }
    #oneday .daily-schedule .item-oneday .time {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        background: #008AD4;
        width: 66px;
        padding-right: 8px;
        height: 40px;
        border-radius: 50px 0px 0px 50px;
        top: 20px;
        left: unset;
        transform: unset;
        right: 0px;
    }
    #oneday .daily-schedule .item-oneday .time img{
        height: 20px;
    }
    #oneday .daily-schedule .item-oneday .time:after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        right: -38px;
        top: 50%;
        transform: translateY(-50%);
    }
    #oneday .daily-schedule .item-oneday:nth-child(2n) .info{
        padding: 28px 15px 20px 0px;
        max-width: 430px;
        margin: 0px 0px 0px auto;
    }
    #oneday .daily-schedule .item-oneday:nth-child(2n) .time{
        right: unset;
        left: 0px;
        border-radius: 0px 50px 50px 0px;
        padding-right: 8px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(2n) .time:after{
        right: unset;
        left: -38px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(2){
        margin-top: 80px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(3){
        margin-top: -17px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(4){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(5){
        margin-top: -18px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(5) .text{
        margin-bottom: 16px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(6){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(7){
        margin-top: 4px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(8){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(9){
        margin-top: 5px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(10){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(11){
        margin-top: -15px;
    }


}





@media (min-width: 960px) {


    #oneday .daily-schedule .item-oneday .time {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        background: #008AD4;
        width: 90px;
        padding-right: 12px;
        height: 55px;
        border-radius: 50px 0px 0px 50px;
        top: 27px;
        left: unset;
        transform: unset;
        right: 0px;
    }
    #oneday .daily-schedule .item-oneday .time img {
        height: 26px;
    }
    #oneday .daily-schedule .item-oneday .info {
        padding: 40px 0px 29px 30px;
        max-width: 430px;
        width: calc(100% - 100px);
    }
    #oneday .daily-schedule .item-oneday .ttl {
        font-size: 22px;
        line-height: 36px;
        text-align: left;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    #oneday .daily-schedule .item-oneday .text {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.9px;
        margin-bottom: 33px;
    }


    #oneday .daily-schedule .list-oneday {
        margin: auto;
        width: 100%;
        position: relative;
        padding: 0px 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    #oneday .daily-schedule .item-oneday {
        width: calc(50% - 40px);
        margin-bottom: 0px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(2n) .time {
        right: unset;
        left: 0px;
        border-radius: 0px 50px 50px 0px;
        padding-right: 19px;
    }
    #oneday .daily-schedule .list-oneday:after {
        content: "";
        position: absolute;
        width: 8px;
        height: calc(100% - 60px);
        background: #fff;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    #oneday .daily-schedule .item-oneday .time:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
    }
    #oneday .daily-schedule .item-oneday:nth-child(2n) .time:after {
        right: unset;
        left: -50px;
    }

    #oneday .daily-schedule .item-oneday:nth-child(2){
        margin-top: 100px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(3){
        margin-top: -30px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(4){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(5){
        margin-top: -20px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(5) .text{
        margin-bottom: 19px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(6){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(7){
        margin-top: 10px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(8){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(9){
        margin-top: 25px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(10){
        margin-top: 65px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(11){
        margin-top: 10px;
    }


    #oneday .daily-schedule .heading-block .t1 img {
        height: 67px;
    }
    #oneday .daily-schedule .heading-block{
        margin-bottom: 90px;
    }
    #oneday .daily-schedule .heading-block .t2 {
        display: block;
        font-size: 20px;
        line-height: 29px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 4px;
        margin-top: 7px;
    }


    /*banner-oneday*/
    #oneday .banner-oneday .text-content .text {
        font-size: 14px;
        line-height: 23px;
        padding-right: 45px;
        letter-spacing: 0.85px;
        padding-left: 2px;
    }
    #oneday .banner-oneday .text-content .year {
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    #oneday .banner-oneday .text-content .position {
        font-size: 17px;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }
    #oneday .banner-oneday .text-content .name img {
        height: 58px;
    }
    #oneday .banner-oneday .text-content .name {
        width: 60.2%;
        margin: -30px 0px 20px auto;
        display: block;
    }
    #oneday .banner-oneday .text-content .sub-name {
        display: block;
        text-align: right;
        font-size: 20px;
        line-height: 20px;
        color: #008AD4;
        font-weight: 500;
        position: relative;
        margin-top: -3px;
        letter-spacing: 3px;
    }

    #oneday .banner-oneday .left-content {
        width: 57%;
        margin: 0px 0px 20px auto;
        padding-left: 41px;
    }
    #oneday .banner-oneday .text-content .name {
        width: 60.2%;
        margin: -33px 0px 29px auto;
        display: block;
    }


    #oneday .main-banner .heading .t1 img {
        height: 80px;
    }
    #oneday .main-banner .heading .t2 {
        display: block;
        font-size: 20px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 3px;
        position: relative;
    }

    #oneday .banner-oneday .left-content:after {
        width: 4px;
    }

    #oneday .banner-oneday .text-content {
        position: absolute;
        width: calc(100% - 40px);
        bottom: 39px;
        left: 20px;
        padding: 0px;
    }
    #oneday .banner-oneday .image_wrap .img-avt {
        position: absolute;
        bottom: 0px;
        left: -30px;
        width: 39%;
        max-width: 494px;
        z-index: 2;
    }

    #oneday .daily-schedule .item-oneday:nth-child(2n) .info {
        padding: 40px 30px 29px 0px;
        max-width: 430px;
        margin: 0px 0px 0px auto;
    }


}






@media (min-width: 1280px) {


    #oneday .daily-schedule .item-oneday .time {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        background: #008AD4;
        width: 120px;
        padding-right: 12px;
        height: 70px;
        border-radius: 50px 0px 0px 50px;
        top: 27px;
        left: unset;
        transform: unset;
        right: 0px;
    }
    #oneday .daily-schedule .item-oneday .time img {
        height: 34px;
    }
    #oneday .daily-schedule .item-oneday .info {
        padding: 40px 0px 29px 30px;
        max-width: 430px;
        width: calc(100% - 130px);
    }
    #oneday .daily-schedule .item-oneday .ttl {
        font-size: 32px;
        line-height: 46px;
        text-align: left;
        letter-spacing: 3px;
        margin-bottom: 38px;
    }
    #oneday .daily-schedule .item-oneday .text {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.9px;
        margin-bottom: 33px;
    }

    /*banner-oneday*/
    #oneday .banner-oneday .text-content .text {
        font-size: 16px;
        line-height: 26px;
        padding-right: 45px;
        letter-spacing: 0.85px;
        padding-left: 2px;
    }
    #oneday .banner-oneday .text-content .year {
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 1px;
        margin-bottom: 23px;
    }
    #oneday .banner-oneday .text-content .position {
        font-size: 20px;
        line-height: 29px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }
    #oneday .banner-oneday .text-content .name img {
        height: 67px;
    }
    #oneday .banner-oneday .text-content .name {
        width: 60.2%;
        margin: -33px 0px 29px auto;
        display: block;
    }

    #oneday .main-banner .heading .t1 img {
        height: 112px;
    }
    #oneday .main-banner .heading .t2 {
        display: block;
        font-size: 28px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 3px;
        position: relative;
    }

    #oneday .daily-schedule .item-oneday:nth-child(2){
        margin-top: 100px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(3){
        margin-top: -17px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(4){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(5){
        margin-top: -28px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(5) .text{
        margin-bottom: 19px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(6){
        margin-top: 50px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(7){
        margin-top: 4px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(8){
        margin-top: 60px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(9){
        margin-top: -6px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(10){
        margin-top: 50px;
    }
    #oneday .daily-schedule .item-oneday:nth-child(11){
        margin-top: -38px;
    }

}

@media print, screen and (min-width: 1400px){
  
  #oneday .banner-oneday .image_wrap .img-avt {
    left: -60px;
  }
}


