#oneday *, #oneday *:before, #oneday *:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#oneday{
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体 , YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    position: relative;
}
#oneday .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}
#oneday .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}
#oneday .aven{
    /*font-family: aven;*/
}
#oneday .wt{
    color:#fff;
}
#oneday a:hover{
    text-decoration: none;
}
#oneday .wrap1{
    max-width: 1200px;
    margin:auto;
}
#oneday .wrap2{
    max-width: 940px;
    margin:auto;
}
#oneday img{
    max-width: 100%;
}
#oneday p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
}

#oneday section {
    padding: 0px 0px;
}
#oneday .pc-only{
    display: none;
}
#oneday .mb-only{
    display:block;
}

#oneday .fl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#oneday picture{
    display: grid;
}
#oneday .pro{
    font-family: "prohibition", sans-serif;
}


/*BANNER*/
#oneday .banner .title{
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 180px;
    flex-direction: column;
}
#oneday .banner .heading {
    position: relative;
    top:-8px;
}
#oneday .banner .heading .ttl-en {
    font-size: 35px;
    line-height: 42px;
    font-weight: 300;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 3px;
    margin-bottom: 11px;
}
#oneday .banner .heading .ttl-ja {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

#oneday .banner .heading:after {
    content: "";
    position: absolute;
    background-image: url(../images/oneday/dots@2x.png);
    background-size: 100%;
    width: 25px;
    height: 5px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

#oneday .banner .member{
    max-height: 200px;
}
#oneday .banner .member .bg-color{
    height: 100px;
    background: #F7F8FC;
}

#oneday .banner .member .member-list{
    max-width: 100%;
    margin: 0px 47px;
    position: relative;
    top: -68px;
}
#oneday .banner .member .member-list .member-item{
    width: 120px;
    cursor: pointer;
    /*overflow: hidden;*/
}
#oneday .banner .member .member-list .member-item .ig-box{
    height: 120px;
    overflow: hidden;
}
#oneday .banner .member .member-list .member-item img.member-img{
    transition: .4s;
}
#oneday .banner .member .member-list .member-item:hover img.member-img{
    transform: scale(1.2);
}
#oneday .banner .member .member-list .member-item .ttl{
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin:0px 0;
}
#oneday .banner .member .member-list .member-item .ttl span{
    font-size: 12px;
    line-height: 17px;
}
#oneday .banner .member .member-list .member-item .wfit{
    width: 315px;
}
#oneday .banner .member .member-list .member-item .sub-t{
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color:#665ABF;
}


/*ONEDAY*/
#oneday .daylife .content-inner{
    padding:100px 0 78px 0;
}
#oneday .daylife .od-item{
    position: relative;
    padding-bottom: 50px;
}
#oneday .daylife .od-item:before{
    content: "";
    height: calc(100%);
    width: calc(50% + 88px);
    position: absolute;
    top:0px;
    right: 0px;
    background: #F7F8FC;
    z-index: -1;
}
#oneday .daylife .content-inner .intro-box{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 445px;
    padding-top: 70px;
}

#oneday .daylife .content-inner .intro-box .daily{
    max-width: 191px;
    position: absolute;
    left: 17px;
    bottom: -43px;
}

#oneday .daylife .content-inner .intro-box .box-text{
    background: #fff;
    width: calc(100% - 36px);
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom:0;
    right:18px;
}
#oneday .daylife .content-inner .intro-box .box-text .box-content{
    padding:20px;
}
#oneday .daylife .content-inner .intro-box .box-text .ttl{
    font-size: 19px;
    line-height: 27px;

}
#oneday .daylife .content-inner .intro-box .box-text .ttl .fs28{
    font-size: 16px;
}

#oneday .daylife .content-inner .intro-box .box-text .ttl .pro{
    font-size: 15px;
    line-height: 30px;
    position: relative;
    color: #665ABF;
    left:0px;
    font-weight: normal;
}

#oneday .daylife .content-inner .intro-box .box-text .ttl .year{
    margin:19px 0 0px 0;
}
#oneday .daylife .content-inner .intro-box .box-text .year span{
    position: relative;
    left:17px;
}
#oneday .daylife .content-inner .intro-box .box-text .text{
    margin-top:20px;
    font-weight: 500;
}
#oneday .daylife .content-inner .time-list{
    margin-top:74px;
    padding:0 10px;
}
#oneday .daylife .content-inner .time-list .time-item{
    padding:30px;
    background: #ffffff;
    margin-bottom: 50px;
    position: relative;
    row-gap: 6px;
}
#oneday .daylife .content-inner .time-list .time-item:after{
    content: "";
    width: 15px;
    height: 9px;
    background-image: url(../images/oneday/ar-down@2x.png);
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
#oneday .daylife .content-inner .time-list .time-item:last-child{
    margin-bottom: 0px;
}
#oneday .daylife .content-inner .time-list .time-item:last-child:after{
    display: none;
}

#oneday .daylife .content-inner .time-list .time-item .img-box{
    width: 520px;
    position: relative;
}

#oneday .daylife .content-inner .time-list .time-item .text-box{
    width: 500px;
}

#oneday .daylife .content-inner .time-list .time-item .img-box .time{
    background: #665ABF;
    font-size: 18px;
    padding: 4px 20px 3px 30px;
    width: fit-content;
    color: #ffffff;
    position: absolute;
    top: -15px;
    left: -30px;
    letter-spacing: 4px;
}
#oneday .daylife .content-inner .time-list .time-item .text-box .hs{
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#oneday .daylife .content-inner .time-list .time-item .text-box .text{
    font-weight: 500;
}
#oneday .daylife .mdb{
    xmargin-bottom: 60px;
}





/*PC SCREEN*/

@media(min-width:768px){
    #oneday .pc-only {
        display: block;
    }

    #oneday .mb-only {
        display: none;
    }
    #oneday .wt{
        color:#fff;
    }
    #oneday section{
        padding:0 0 30px;
    }

    #oneday p{
        font-size:18px;
        line-height: 34px;
    }
    #oneday .mg20{
        margin-top:20px;
    }


    /*BANNER*/
    #oneday .banner .title{
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 354px;
        flex-direction: column;
        margin-top: -9px;
    }
    #oneday .banner .heading{
        top:-2px;
    }
    #oneday .banner .heading .ttl-en {
        font-size: 60px;
        line-height: 75px;
        letter-spacing: 5px;
        padding-left: 5px;
        margin-bottom: 19px;
    }
    #oneday .banner .heading .ttl-ja {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    #oneday .banner .heading:after {
        background-image: url(../images/oneday/dots@2x.png);
        width: 47px;
        height: 8px;
        bottom: -27px;
    }
    #oneday .banner .member{
        max-height: 400px;
    }
    #oneday .banner .member .bg-color{
        height: 200px;
        background: #F7F8FC;
    }

    #oneday .banner .member .member-list{
        max-width: 753px;
        margin: 0 auto;
        position: relative;
        top: -155px;
        padding-right:7px;
    }
    #oneday .banner .member .member-list .member-item{
        width: 240px;
    }
    #oneday .banner .member .member-list .member-item .ig-box{
        height: 240px;
    }
    #oneday .banner .member .member-list .member-item .ttl{
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
        margin: 10px 0;
        letter-spacing: 1px;
    }
    #oneday .banner .member .member-list .member-item .ttl span{
        font-size: 20px;
        line-height: 29px;
    }
    #oneday .banner .member .member-list .member-item .wfit{
        width: 275px;
    }
    #oneday .banner .member .member-list .member-item .sub-t{
        font-size: 22px;
        line-height: 32px;
        text-transform: uppercase;
        color: #665ABF;
        letter-spacing: 1px;
    }


    /*ONEDAY*/
    #oneday .daylife .content-inner{
        padding:0 0 90px 0;
    }
    #oneday .daylife .od-item{
        position: relative;
        padding-bottom: 100px;
    }
    #oneday .daylife .od-item:before{
        content: "";
        height: calc(100% - 250px);
        width: calc(50% + 350px);
        position: absolute;
        top:250px;
        right: 0px;
        background: #F7F8FC;
        z-index: -1;
    }
    #oneday .daylife .content-inner .intro-box{
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        height: 710px;
    }
    #oneday .daylife .content-inner .intro-box .daily {
        max-width: 160px;
        position: absolute;
        left: 57px;
        bottom: 39px;
    }

    #oneday .daylife .content-inner .intro-box .box-text{
        background: #fff;
        width: 760px;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        bottom:0;
        right:40px;
    }
    #oneday .daylife .content-inner .intro-box .box-text .box-content{
        padding:60px;
    }
    #oneday .daylife .content-inner .intro-box .box-text .ttl{
        font-size: 32px;
        line-height: 46px;
        letter-spacing: 1px;

    }
    #oneday .daylife .content-inner .intro-box .box-text .ttl .fs28{
        font-size: 28px;
    }
    #oneday .daylife .content-inner .intro-box .box-text .ttl .pro{
        font-size: 24px;
        line-height: 60px;
        position: relative;
        color: #665ABF;
        left: 23px;
        bottom: 3px;
        font-weight: normal;
    }

    #oneday .daylife .content-inner .intro-box .box-text .ttl .year{
        margin:19px 0 12px 0;
    }
    #oneday .daylife .content-inner .intro-box .box-text .year{
        position: relative;
        top: 5px;
        letter-spacing: 1px;
    }
    #oneday .daylife .content-inner .intro-box .box-text .text{
        margin-top:40px;
    }
    #oneday .daylife .content-inner .intro-box .box-text .year span{
        position: relative;
        left:0px;
    }
    #oneday .daylife .content-inner .time-list{
        margin-top:65px;
        padding:0 40px;
    }
    #oneday .daylife .content-inner .time-list .time-item{
        padding:60px;
        background: #ffffff;
        margin-bottom: 56px;
        position: relative;
    }
    #oneday .daylife .content-inner .time-list .time-item:after{
        content: "";
        width: 27px;
        height: 15px;
        background-image: url(../images/oneday/ar-down@2x.png);
        background-size: contain;
        position: absolute;
        bottom: -37px;
        left: 50%;
        transform: translateX(-50%);
        background-repeat: no-repeat;
    }
    #oneday .daylife .content-inner .time-list .time-item:last-child{
        margin-bottom: 0px;
    }
    #oneday .daylife .content-inner .time-list .time-item:last-child:after{
        display: none;
    }

    #oneday .daylife .content-inner .time-list .time-item .img-box{
        width: 35%;
        position: relative;
    }

    #oneday .daylife .content-inner .time-list .time-item .text-box{
        width: 60%;
    }

    #oneday .daylife .content-inner .time-list .time-item .img-box .time{
        background: #665ABF;
        font-size: 30px;
        padding: 12px 46px 11px 66px;
        width: fit-content;
        color: #ffffff;
        position: absolute;
        top: -30px;
        left: -60px;
    }
    #oneday .daylife .content-inner .time-list .time-item .text-box .hs{
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    #oneday .daylife .content-inner .time-list .time-item .text-box .text{
        font-weight: 500;
    }
    #oneday .daylife .mdb{
        padding-top: 90px;
        margin-bottom: 132px;
    }
}


@media(min-width: 1200px){

    #oneday .daylife .content-inner .time-list .time-item .img-box{
        width: 520px;
    }
    #oneday .daylife .content-inner .time-list .time-item .text-box{
        width: 500px;
    }
    #oneday .daylife .content-inner .time-list .time-item .text-box .hs{
        margin-bottom: 37px;
        margin-top: 28px;
    }
    #oneday .daylife .content-inner .intro-box .daily{
        max-width: 360px;
        position: absolute;
        left: 7px;
        bottom: 49px;
    }
    #oneday .daylife .content-inner .intro-box .nd{
        bottom:30px;
    }
}

/*IPHONE SE*/
@media(max-width: 374px){
    #oneday .banner .member .member-list{
        margin:0 5px;
    }
    #oneday .banner .member .member-list .member-item{
        width: 140px;
    }
    #oneday .banner .member .member-list .member-item .ig-box{
        height: 140px;
    }
}

