@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

#contents .out.slidein,
#contents .out .slidein{
    opacity: 0;
     -ms-filter: blur(10px);  filter: blur(10px);
}

#contents .in.slidein,
#contents .in .slidein{
    animation: slidein_oneday 1.2s ease forwards;
}

@keyframes slidein_oneday{
    0%{ transform: translate(0,15px); opacity: 0; -ms-filter: blur(10px);  filter: blur(10px); }
    100%{  transform: translate(0,0); opacity: 1; -ms-filter: blur(0px);  filter: blur(0px);}
}


/*--- mainTitle --*/
#mainTitle::before{
    background: url("../images/oneday/bg_title.jpg") right bottom / auto 100% no-repeat;
}

/*--- onedayContainer --*/
#contents .onedayContainer{
    position: relative;
}
#contents .onedayContainer .oneday .title{
    font-size: 34px;
    writing-mode: vertical-rl;
    font-weight: 500;
    position: absolute;
    right: 30px;
    top: 0;
    letter-spacing: 0.2em;
    z-index: 10;
}
#contents .onedayContainer .oneday .title::before{
    width: 1.4em;
    height: 1.4em;
    content: "";
    display: inline-block;
}

#contents .onedayContainer.morning .oneday .title::before{
     background: url("../images/oneday/icon_time_01.svg") center center / contain no-repeat;
}
#contents .onedayContainer.afternoon .oneday .title::before{
     background: url("../images/oneday/icon_time_02.svg") center center / contain no-repeat;
}
#contents .onedayContainer.evening .oneday .title::before{
     background: url("../images/oneday/icon_time_03.svg") center center / contain no-repeat;
}

#contents .onedayContainer .oneday .deco.en{
    line-height: 1;
    font-size: 82px;
    writing-mode: vertical-rl;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 20%;
    opacity: 0.15;
    transform: translate(-120px, 0);
}

#contents .onedayContainer .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#contents .onedayContainer .text{
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    line-height: 2.2;
    font-size: 14px;
}
#contents .onedayContainer .oneday{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#contents .onedayContainer .oneday .image{
    position: relative;
}
#contents .onedayContainer .oneday .image .imageInr{
    position: relative;
    z-index: 2;
}
#contents .onedayContainer .oneday .info{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contents .onedayContainer .oneday .illustration{
    width: 120px;
    position: absolute;
    z-index: 10;
}
#contents .onedayContainer .oneday .haveRedSq,
#contents .onedayContainer .oneday .haveYelSq{
    position: relative;
}
#contents .onedayContainer .oneday .haveRedSq img,
#contents .onedayContainer .oneday .haveYelSq img{
    position: relative;
    z-index: 1;
    display: block;
}
#contents .onedayContainer .oneday .haveRedSq::before,
#contents .onedayContainer .oneday .haveYelSq::before{
    content: "";
    width: 180px;
    height: 180px;
    background: #e21b13;
    bottom: -20px;
    left: -20px;
    z-index: 0;
    position: absolute;
}
#contents .onedayContainer .oneday .haveYelSq::before{
    background: #ffda00;
}
#contents .onedayContainer .fullImage{
    width: 100%;
    height: 35vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 120px;
}



/*--- morning ---*/
#contents .morning .oneday .block01 .image{
    width: 52%;
}
#contents .morning .oneday .block01 .info{
    width: 48%;
}
#contents .morning .oneday .block01 .deco01{
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
}

#contents .morning .oneday .block02{
    margin-top: -50px;
    z-index: 2;
}
#contents .morning .oneday .block02 .image{
    width: 71%;
}
#contents .morning .oneday .block02 .info{
    width: 29%;
}
#contents .morning .oneday .block02 .image .image02{
    width: 50%;
    z-index: 3;
}
#contents .morning .oneday .block02 .image .image03{
    width: 78%;
    margin: -150px 0 0 22%;
}
#contents .morning .oneday .block02 .haveYelSq::before{
    right: -20px;
    bottom: -20px;
    left: auto;
}


#contents .morning .oneday .block03{
    z-index: 2;
}
#contents .morning .oneday .block03 .image{
    width: 58%;
    display: flex;
}
#contents .morning .oneday .block03 .info{
    width: 42%;
}
#contents .morning .oneday .block03 .image .image05{
    width: 26%;
    z-index: 3;
}
#contents .morning .oneday .block03 .image .image04{
    width: 60%;
    margin-left: -3%;
    margin-top: -150px
}
#contents .morning .oneday .block03 .image .image06{
    width: 49%;
    margin-top: 320px;
    margin-left: -32%;
}
#contents .morning .oneday .block03 .deco02{
    left: 0;
    top: 0;
    transform: translate(20%, -110%);
}

#contents .morning .oneday .block04{
    z-index: 2;
    margin-top: -30px;
}
#contents .morning .oneday .block04 .info{
    width: 33%;
    justify-content: flex-start;
}
#contents .morning .oneday .block04 .image{
    width: 66%;
    display: flex;
}
#contents .morning .oneday .block04 .image .image07.haveRedSq::before{
    left: auto;
    right: -20px;
}

/*--- afternoon ---*/
#contents .afternoon{
    padding-bottom: 0;
    margin-bottom: -1px;
}
#contents .afternoon::before {
    content: "";
    width: calc(1080px + ((100% - 1200px) / 2));
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2;   
    height: calc(100% - 400px - 35vw);
}
#contents .onedayContainer.afternoon .oneday .title{
    right: auto;
    left: 30px;    
    top: -180px;
}
#contents .afternoon .oneday .block01{
}
#contents .afternoon .oneday .block01 .image{
    width: 52%;
}
#contents .afternoon .oneday .block01 .info{
    width: 48%;
    padding-left: 10%;
}
#contents .afternoon .oneday .block01 .image .deco03{
    left: -10px;
    top: -10px;
    transform: translate(-50%,-50%);
}


#contents .afternoon .oneday .block02{
    margin-top: -70px;
}
#contents .afternoon .oneday .block02 .image{
    width: 83%;
    display: flex;
    position: relative;
    align-items: flex-start;
}
#contents .afternoon .oneday .block02 .info{
    width: 17%;
    justify-content: flex-end;
}
#contents .afternoon .oneday .block02 .image .image10{
    width: 63%;
    position: relative;
}
#contents .afternoon .oneday .block02 .image .image11{
    width: 46%;
    margin: 170px 0 0 -9%;
    z-index: 2;
}
#contents .afternoon .oneday .block02 .image .image11.haveYelSq::before{
    left: auto;
    right: -20px;
}
#contents .afternoon .oneday .block02 .image .image12{
    position: absolute;
    width: 29%;
    left: 34%;
    top: 0;
    margin-top: 43%;
    z-index: 3;
}

#contents .afternoon .oneday .block03{
    margin-top: -190px;
}

#contents .afternoon .oneday .block04{
    padding-left: 20%;
    margin-top: -350px;
    z-index: 0;
}
#contents .afternoon .oneday .block04 .image{
    width: 66%;
}
#contents .afternoon .oneday .block04 .info{
    width: 34%;
}


#contents .afternoon .oneday .block05{
    margin-top: -100px;
    align-items: flex-end;
}
#contents .afternoon .oneday .block05 .image{
    width: 56%;
    display: flex;
    flex-direction: row-reverse;
}
#contents .afternoon .oneday .block05 .info{
    width: 44%;
    padding-left: 10%;
}
#contents .afternoon .oneday .block05 .image .image14{
    width: 42%;
    z-index: 3;
}
#contents .afternoon .oneday .block05 .image .image15{
    width: 85%;
    margin-right: -27%;
    margin-top: 130px;
}
#contents .afternoon .oneday .block05 .image .deco04{
    left: -10px;
    top: 180px;
    transform: translate(-50%, 0);
}


/*--- evening ---*/

#contents .evening{
    background: #000;
    color: #fff;
    padding-top: 240px;
    padding-bottom: 0;
}

#contents .evening::before {
    content: "";
    width: calc(1080px + ((100% - 1200px) / 2));
    position: absolute;
    left: 0;
    top: 120px;
    background: #222222;   
    height: calc(100% - 500px - 35vw);
}
#contents .onedayContainer.evening .oneday .title{
    top: -180px;
}

#contents .evening .oneday .block01{
}
#contents .evening .oneday .block01 .image{
    width: 55%;
}
#contents .evening .oneday .block01 .info{
    width: 45%;
    padding-right: 10%;
}
#contents .evening .oneday .block01 .image .deco05{
    right: 0;
    left: auto;
    top: 0;
    transform: translate(60%,-60%);
}

#contents .evening .oneday .block02{
    margin-top: 20px;
}
#contents .evening .oneday .block02 .image{
    width: 67%;
    padding-right: 18%;
    display: flex;
}
#contents .evening .oneday .block02 .info{
    width: 33%;
}

#contents .evening .oneday .block02 .image .image18{
    width: 50%;
    margin-right: -20%;
    z-index: 3;
}
#contents .evening .oneday .block02 .image .image19{
    width: 70%;
    margin-top: -40px;
}

#contents .evening .oneday .block03{
    margin-top: -50px;
}
#contents .evening .oneday .block03 .image{
    width: 72%;
    display: flex;
    align-items: center;
}
#contents .evening .oneday .block03 .info{
    width: 28%;
}
#contents .evening .oneday .block03 .image .image20{
    width: 72%;
} 
#contents .evening .oneday .block03 .image .image21{
    width: 35%;
    margin: 0 0 0 -7%;
} 
#contents .evening .oneday .block03 .image .deco06{
    right: 0;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translate(50%, 100%);
}

#contents .evening .oneday .block04{
    margin-top: -20px;
    align-items: flex-end;
    z-index: 0;
}
#contents .evening .oneday .block04 .image{
    width: 68%;
}
#contents .evening .oneday .block04 .info{
    width: 32%;
}
#contents .evening .oneday .block04 .image .image22{
    width: 73%;
}



/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

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


/*----------------------------------------------------
	☆TOP UNDER 1400
----------------------------------------------------*/

@media screen and (max-width:1400px) {
    #contents .onedayContainer .oneday {
        width: 85%;
        margin: 0 auto;
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    #contents .onedayContainer .oneday .deco.en{
        display: none;
    }
    
    
    /*--- morning ---*/
    #contents .morning .oneday .block02 {
        margin-top: 50px;
    }
    #contents .morning .oneday .block03 .image .image04 {
        margin-top: 30px;
    }
    #contents .morning .oneday .block04 {
        margin-top: 50px;
    }
    
    #contents .afternoon::before, 
    #contents .evening::before {
        width: 82vw;
    }
    
    /*--- afternoon ---*/
    #contents .afternoon .oneday .block02 {
        margin-top: 50px;
    }    
    #contents .afternoon .oneday .block04 {
        padding-left: 24%;
        margin-top: -300px;
    }
    
    #contents .afternoon .oneday .block05 {
        margin-top: -20px;
    }
    #contents .afternoon .oneday .block05 .info {
        padding-left: 0%;
    }
    
    /*--- evening ---*/
    #contents .evening .oneday .block02 {
        margin-top: 80px;
    }
    #contents .evening .oneday .block03 {
        margin-top: 50px;
    }
    #contents .evening .oneday .block04 {
        margin-top: 50px;
    }

}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {    
    #contents .onedayContainer .text {
        line-height: 2;
    }
    
    #contents .onedayContainer .oneday .title {
        font-size: 28px;
    }
    #contents .onedayContainer .fullImage{
        margin-top: 80px;
    }
    
    
    /*--- morning ---*/
    #contents .morning .oneday .block01 .info {
        padding-right: 10%;
    }
    
    #contents .morning .oneday .block02 .image {
        width: 66%;
    }
    #contents .morning .oneday .block02 .image .image03 {
        margin-top: -5vw;
    }
    
    #contents .morning .oneday .block03 .info {
        padding-top: 10vw;
    }
    #contents .morning .oneday .block03 .deco02 {
        left: 0;
        top: auto;
        transform: translate(46%, 48%);
        bottom: 0;
    }
    #contents .morning .oneday .block03 .image .image06 {
        margin-top: 37vw;
    }
    #contents .morning .oneday .block04 .image {
        width: calc(100% - 16em - 40px);
    }
    
    
    /*--- afternoon ---*/
    #contents .onedayContainer.afternoon .oneday .title {
        left: 0px;
        top: -150px;
    }
    
    #contents .afternoon .oneday .block01 .image {
        width: 47%;
    }
    #contents .afternoon .oneday .block01 .image .deco03 {
        left: auto;
        top: auto;
        transform: translate(37%, 70%);
        right: 0;
        bottom: 0;
    }
    #contents .afternoon .oneday .block02 .image {
        width: calc(100% - 6em - 60px);
    }
    #contents .afternoon .oneday .block03 {
        margin-top: -18vw;
    }
    #contents .afternoon .oneday .block04 {
        padding-left: 28%;
        margin-top: -220px;
    }
    #contents .afternoon .oneday .block05 {
        margin-top: 50px;
        align-items: flex-start;
    }
    #contents .afternoon .oneday .block05 .image .image15 {
        margin-top: 11vw;
    }
    #contents .afternoon .oneday .block05 .image .deco04 {
        left: 0px;
        top: 0;
    }
    
    /*--- evening ---*/
    #contents .evening .oneday .block04 .image .image22 {
        width: 97%;
    }
    
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .onedayContainer .oneday .haveRedSq::before,
    #contents .onedayContainer .oneday .haveYelSq::before {
        width: 120px;
        height: 120px;
        bottom: -10px;
        left: -10px;
    }
    #contents .onedayContainer .oneday .title {
        font-size: 24px;
        right: 0;
    }
    #contents .onedayContainer .text{
        font-size: 13px;
        line-height: 1.8;
    }
    #contents .onedayContainer .oneday .info{
        width: auto !important;
    }
    #contents .onedayContainer .fullImage {
        width: 100%;
        height: 60vw;
    }
    #contents .onedayContainer .oneday .illustration {
        width: 90px;
    }
    
    /*--- morning ---*/
    #contents .morning .oneday .block01 .info {
        padding-right: 19%;
    }
    
    #contents .morning .oneday .block02,
    #contents .morning .oneday .block04{
        flex-direction: column-reverse;
        justify-content: center;
    }
    #contents .morning .oneday .block02 .image {
        width: 88%;
        margin-top: -18vw;
    }
    #contents .morning .oneday .block02 .haveYelSq::before {
        right: -10px;
        bottom: -10px;
    }
    #contents .morning .oneday .block02 .info {
        width: 100%;
        padding: 10vw 0 0 0;
    }
    #contents .morning .oneday .block03{
        flex-direction: column;
        justify-content: center;
    }
    #contents .morning .oneday .block03 .image {
        width: 100%;
    }
    #contents .morning .oneday .block03 .image .image06 {
        margin-top: 60vw;
    }
    #contents .morning .oneday .block03 .deco02 {
        transform: translate(-70%, 10%);
    }
    
    #contents .morning .oneday .block04{
        margin-top: 30px;
    } 
    #contents .morning .oneday .block04 .image {
        width: 80%;
        margin-top: 0;
    }
    #contents .morning .oneday .block04 .info {
        z-index: 3;
        width: auto;
        margin-top: 50px;
    }
    
    
    /*--- afternoon ---*/
    #contents .afternoon::before,
    #contents .evening::before {
        width: 87%;
    }
    #contents .onedayContainer.afternoon .oneday .title {
        top: -105px;
    }
    #contents .afternoon .oneday .block01{
        flex-direction: column;
    }    
    #contents .afternoon .oneday .block01 .info{
        width: auto;
    }
    #contents .afternoon .oneday .block01 .image {
        width: 60%;
        margin: 15% 0 0 21%;
    }
    
    #contents .afternoon .oneday .block02 .image {
        width: calc(100% - 5.4em - 20px);
        flex-direction: column;
    }    
    #contents .afternoon .oneday .block02 .image .image10 {
        width: 80%;
        order: 1;
    }
    #contents .afternoon .oneday .block02 .image .image11 {
        width: 93%;
        margin: -10px 0 0 2%;
        order: 3;
    }
    #contents .afternoon .oneday .block02 .image .image11.haveYelSq::before {
        right: -10px;
    }
    #contents .afternoon .oneday .block02 .image .image12 {
        width: 60%;
        order: 2;
        position: static;
        margin: -20px 0 0 40%;
    }
    #contents .afternoon .oneday .block03 {
        margin-top: 50px;
    }
    #contents .afternoon .oneday .block04{
        flex-direction: column;
        margin-top: -90vw;
        gap: 30px;
        padding-left: 48%;
    }
    #contents .afternoon .oneday .block04 .image {
        width: 100%;
    }
    #contents .afternoon .oneday .block05{
        flex-flow: row-reverse;
        margin-top: -60px;
        align-items: stretch;
    }
    #contents .afternoon .oneday .block05 .info {
        padding-top: 130px;
    }
    #contents .afternoon .oneday .block05 .image{
        display: block;
        width: 53%;
    }
    #contents .afternoon .oneday .block05 .image .image14 {
        width: 90%;
        margin-left: 10%;
    }
    #contents .afternoon .oneday .block05 .image .image15{
        margin-top: -10px;
        width: 90%;
    }
    #contents .afternoon .oneday .block05 .image .deco04 {
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translate(-20%, 0%);
    }
    
    /*--- evening ---*/
    #contents .evening {
        padding-top: 140px;
    }
    #contents .evening::before{
        top: 70px;
    }
    #contents .onedayContainer.evening .oneday .title {
        top: -105px;
    }
    #contents .evening .oneday .block01{
        flex-direction: column;
        justify-content: center;
    }
    #contents .evening .oneday .block01 .image {
        width: 73%;
        margin-bottom: 40px;
    }
    #contents .evening .oneday .block01 .image .deco05 {
        right: auto;
        left: 0;
        top: 0;
        transform: translate(-60%, -60%);
    }
    
    #contents .evening .oneday .block02 {
        align-items: flex-start;
    }
    #contents .evening .oneday .block02 .image {
        width: auto;
        padding-right: 0%;
        display: flex;
        margin: -40px 0 0 -10%;
    }
    #contents .evening .oneday .block02 .info {
        padding-top: 21vw;
    }
    
    #contents .evening .oneday .block03{
        flex-direction: column;
        justify-content: center;
        margin-top: -60px;
    }
    #contents .evening .oneday .block03 .image {
        margin-left: 27%;
        margin-bottom: 30px;
    }
    #contents .evening .oneday .block04{
        margin-top: 0;
        flex-direction: row-reverse;
    }
    
}

