@charset "UTF-8";
html {
    font-size: 62.5%;
}

img{
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

#bibiday_main {
    overflow: hidden;
    position: relative;
    color: #707070;
    text-align: center;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

#bibiday_main p {
    font-size: calc(1.2rem + (1vw - 0.32rem) * 1.0638);
    /*10-30*/
    line-height: 2.5;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (min-width: 2200px) {
    #bibiday_main p {
        font-size: 30px;
    }
}

#bibiday_main h1 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: calc(3rem + (1vw - 0.32rem) * 6.9149);
    /*30-160px*/
    width: calc(11.5rem + (1vw - 0.32rem) * 9.3085);
    /*115-290*/
    max-width: 290px;
}

@media screen and (min-width: 768px) {
    #bibiday_main h1 {
        padding-bottom: calc(0rem + (1vw - 0.77rem) * 2.0950);
        /*0-30px*/
    }
}

@media screen and (min-width: 2200px) {
    #bibiday_main h1 {
        padding-top: 160px;
        padding-bottom: 30px;
    }
}

#bibiday_main h3 {
    font-weight: normal;
    font-size: calc(1.1rem + (1vw - 0.32rem) * 0.5319);
    /* 10-20 */
}

@media screen and (min-width: 2200px) {
    #bibiday_main h3 {
        font-size: 20px;
    }
}

#bibiday_main .title_sub {
    font-size: 10px;
}

#bibiday_main img {
    width: 100%;
    height: auto;
}

#bibiday_main ul {
    padding-left: 0;
}

#bibiday_main li {
    list-style-type: none;
    font-size: calc(1.6em + (1vw - 0.32em) * 2.0779);
    /* 16-32 */
}

@media screen and (min-width: 1090px) {
    #bibiday_main li {
        font-size: 32px;
    }
}

#bibiday_main a {
    text-decoration: none;
    color: inherit;
    display: block;
}

#bibiday_main figcaption {
    font-size: calc(1.2rem + (1vw - 0.32rem) * 1.8085);
    /*12-46*/
}

@media screen and (min-width: 2200px) {
    #bibiday_main figcaption {
        font-size: 46px;
    }
    #bibiday_main img {
        margin: -25px 0 -25px 0;
    }
}

#about,
#series,
#news,
#instagram {
    padding-top: calc(5.6rem + (1vw - 0.32rem) * 8.7234);
    /*56-220px*/
    padding-bottom: calc(3rem + (1vw - 0.32rem) * 10.1064);
    /*30-220*/
}

#about h2,
#series h2,
#news h2 {
    width: calc(10rem + (1vw - 0.32rem) * 13.2979);
    margin-left: auto;
    margin-right: auto;
    /*100-350*/
    max-width: 350px;
}

@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}

#particles-js {
    position: absolute;
    /*描画固定*/
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}
/*menu*/

.menu {
    height: 12px;
    right: 24px;
    top: 30px;
    width: 30px;
    z-index: 99;
    position: fixed;
}

.menu__line {
    background: #A5896A;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--bottom.active {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #A5896A;
}

.menu__line--top.active {
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #A5896A;
}

.menu__title {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    bottom: -28px;
    color: #A5896A;
    letter-spacing: -.2em;
    font-family: "MS Pゴシック", sans-serif;
    line-height: 1 !important;
    font-size: 10px !important;
}
/*gnav*/

.gnav {
    background-position: center;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}

.gnav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: .2s;
    transition: .2s;
}

.gnav__menu {
    width: 100%;
}

.gnav__menu__item {
    margin: 1rem 0;
}

.gnav__menu__item a {
    /* color: #a3b2c2; */
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    /* color: #a3b2c2 !important; */
    display: block;
    text-align: left;
    padding-left: 1em;
}

.gnav__menu__item a:hover {
    opacity: .8;
}

.gnav__menu__item .sns_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sns_icon {
    display: inline-block;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 1rem;
}

.sns_icon.instagram:before {
    content: '\f16d';
    font-family: FontAwesome;
}

.sns_icon.twitter:before {
    content: '\f099';
    font-family: FontAwesome;
}

#pc_menu>* {
    display: none !important;
}
/* #pc_menu {
                                      background-color: #ffffff;
                                  } */

@media screen and (min-width: 768px) {
    #sp_menu,
    #sp_menu a {
        display: none;
    }
    #pc_menu>* {
        display: block !important;
    }
    .gnav {
        background-image: none;
        display: block;
        height: auto;
        position: relative;
    }
    .gnav__wrap {
        width: 100%;
        padding: 0;
        top: auto;
        left: auto;
        -webkit-transform: inherit;
        transform: inherit;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
        -webkit-transition: .2s;
        transition: .2s;
    }
    .gnav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        width: 60%;
        max-width: 1200px;
    }
    .gnav__menu__item {
        width: 20%;
    }
    .gnav__menu__item.menu_sns {
        width: 10%;
    }
    .gnav__menu__item a {
        font-size: calc(2rem + (1vw - 0.77rem) * 0.5587);
        /* 20-28px */
        line-height: 1.1;
        letter-spacing: .1rem;
        padding-top: .5em;
        padding-bottom: 0.5em;
        padding-left: 0;
        text-align: center;
    }
    .sns_icon {
        margin: 0;
    }
}

@media screen and (min-width: 2200px) {
    .gnav__menu__item a {
        font-size: 28px;
    }
}

.bibiday_main_top1 {
    background-size: 170%;
    background-position: bottom;
    height: calc(16rem + (1vw - 0.32rem) * 29.2553);
    /*160-710*/
    max-height: 710px;
    width: 100%;
    position: absolute;
    top: calc(-6rem + (1vw - 0.32rem) * -9.5745);
    z-index: -1;
}

.bibiday_title {
    position: relative;
    top: 0;
}

.bibiday_title .title_sub {
    color: #607d8b;
    text-align: center;
}

.about {
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
}

@media screen and (min-width: 1090px) {
    .about {
        background-size: 80%;
    }
}

.series_wrapper {
    margin-bottom: 70px;
}

.series_wrapper .series_img_bg {
    background-size: cover;
}

.series_wrapper:nth-of-type(odd) .series_img_bg {
    background-position: right;
}

.series_wrapper:nth-of-type(even) .series_img_bg {
    background-position: left;
}

.series_flower {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: calc(4rem + (1vw - 0.32rem) * 8.5106);
    /*40-200*/
    max-height: 200px;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 1.5625) !important;
    /* 16-23*/
    margin-top: 1.5em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.series_img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.series_name {
    font-weight: bold;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 1.5625) !important;
    /* 16-23*/
    margin-bottom: 0 !important;
}

.series_more {
    position: relative;
    font-size: calc(1rem + (1vw - 0.32rem) * 1.3298) !important;
    /*10-35*/
    display: inline-block;
}

.series_more::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 0%;
    height: calc(.1rem + (1vw - 0.32rem) * 0.2128);
    /*1-5*/
    background: #F8F2F1;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.series_more::after {
    position: absolute;
    content: '';
    width: calc(1.5rem + (1vw - 0.32rem) * 2.9255);
    /*15-70*/
    max-width: 70px;
    height: calc(.85rem + (1vw - 0.32rem) * 1.4096);
    /*8.5-35*/
    max-height: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2.5em;
}

.series_text:hover .series_more::before {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .series_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .series_wrapper:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .series_flower {
        font-size: calc(2.3rem + (1vw - 0.77rem) * 1.8855) !important;
        /*23-50*/
    }
    .series_img_bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
    }
    .series_name {
        font-size: calc(2.3rem + (1vw - 0.77rem) * 0.8380) !important;
        /*23-35*/
    }
}

@media screen and (min-width: 2200px) {
    .series_name {
        font: size 35px !important;
    }
    .series_flower {
        font-size: 50px !important;
    }
    .series_more {
        font-size: 35px !important;
    }
    .series_more::before {
        height: 5px;
    }
}

.news ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.news li {
    text-align: left !important;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: calc(.1rem + (1vw - 0.32rem) * 0.2128) solid #F8F2F1;
    /*1-5*/
}

.news .news_title {
    font-weight: bold;
}

.news .news_title+p {
    font-size: calc(1rem + (1vw - 0.32rem) * 0.9574) !important;
    /*10-28*/
}

@media screen and (min-width: 2200px) {
    .news li {
        border-bottom: 5px solid #f8f2f1;
    }
    .news .news_title+p {
        font-size: 28px !important;
    }
}

.instagram_icon {
    width: calc(4rem + (1vw - 0.32rem) * 7.1809);
    margin-left: auto;
    margin-right: auto;
    /*40-175*/
    max-width: 175px;
    margin-bottom: calc(3rem + (1vw - 0.32rem) * 4.7872);
    /*30-120*/
}

.instagram_icon img {
    width: 100%;
    height: auto;
}

.instagram .iframe_wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    padding-top: 66.6%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.instagram .iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media screen and (min-width: 2200px) {
    .instagram_icon {
        margin-bottom: 120px;
    }
    .instagram .iframe_wrapper {
        padding-top: 1333px;
    }
}

.bibiday_main_bottom1 {
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: calc(16.5rem + (1vw - 0.32rem) * 29.2553);
    /*165-715*/
    max-height: 715px;
    bottom: calc(-10rem + (1vw - 0.32rem) * -10.6383);
    /*-100--300*/
    width: 100%;
    position: absolute;
    z-index: -1;
}

@media screen and (min-width: 2200px) {
    .bibiday_main_bottom1 {
        bottom: -300px;
    }
}

.euphoria_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #FFF0E0), color-stop(80%, #FFF0E1), to(#fff));
    background: linear-gradient(to bottom, #fff, #FFF0E0 50%, #FFF0E1 80%, #fff);
    z-index: 1;
}

section[class^="euphoria_"] {
    text-align: center;
}

section[class^="euphoria_"] h2 {
    color: #FCC279;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 55px;
    font-size: calc(1.5rem + (1vw - 0.32rem) * 2.0213);
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    section[class^="euphoria_"] h2 {
        margin-top: 60px;
        margin-bottom: 75px;
    }
}

section[class^="euphoria_"] h2::after {
    position: absolute;
    content: '';
    bottom: -1.1em;
    width: 60%;
    height: 1px;
    background-color: #B4B4B4;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    section[class^="euphoria_"] h2::after {
        bottom: -1.2em;
    }
}

@media screen and (min-width: 2200px) {
    section[class^="euphoria_"] h2 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.euphoria_story .euphoria_logo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.euphoria_story figure {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 35;
}

.euphoria_story figure figcaption {
    color: #FCC279;
    font-weight: bold;
}

.euphoria_story_title {
    margin-top: 2em !important;
    font-weight: bold;
    font-size: calc(1.1rem + (1vw - 0.32rem) * 1.2234) !important;
    /*12-35*/
    line-height: 2.5;
}

.euphoria_story_text {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

@media screen and (min-width: 768px) {
    .euphoria_story .eyphoria_logo {
        width: 62%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1160px;
    }
    .euphoria_story figure {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .euphoria_story_title {
        font-size: 28px !important;
    }
    .euphoria_story_text {
        font-size: 26px;
    }
    .euphoria_story .euphoria_logo {
        width: 52% !important;
    }
    .euphoria_story figure {
        width: 35%;
        margin-top: 30px;
    }
    .euphoria_story figure figcaption {
        font-size: 36px !important;
    }
}

.euphoria_products article {
    margin-bottom: calc(3rem + (1vw - 0.32rem) * 5.3191);
}

.euphoria_products h3 {
    margin-bottom: calc(2rem + (1vw - 0.32rem) * 2.1277);
    /* 20-60 */
    margin-top: calc(2rem + (1vw - 0.32rem) * 2.1277);
    /* 20-60 */
}

.euphoria_products .product_img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    max-width: 800px;
    margin-top: -20px;
    margin-bottom: -20px;
}

@media screen and (min-width: 2200px) {
    .euphoria_products article {
        margin-bottom: 130px;
    }
}

@media screen and (min-width: 1200px) {
    section[class^="euphoria_"] h2 {
        margin-top: 150px;
        margin-bottom: 150px;
        font-size: 38px;
    }
}
/* _______________________
____________________________________________

____teatime___timetime___timetime_______
_____________________________________

____________________________________________________ */

@media screen and (min-width: 2200px) {
    .bibiday_main_bottom1 {
        bottom: -300px;
    }
}

.teatime_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #dfb2a242), color-stop(80%, #ffe2e27a), to(#fffefeba));
    /* background: linear-gradient(to bottom, #fff, #FFF0E0 50%, #FFF0E1 80%, #fff); */
    z-index: 1;
}

section[class^="teatime_"] {
    text-align: center;
}

section[class^="teatime_"] h2 {
    color: #5e3e3ede;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 55px;
    font-size: calc(1.5rem + (1vw - 0.32rem) * 2.0213);
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    section[class^="teatime_"] h2 {
        margin-top: 60px;
        margin-bottom: 75px;
    }
    .pc_none {
        display: none;
    }
}

section[class^="teatime_"] h2::after {
    position: absolute;
    content: '';
    bottom: -1.1em;
    width: 60%;
    height: 1px;
    background-color: #B4B4B4;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    section[class^="teatime_"] h2::after {
        bottom: -1.2em;
    }
}

@media screen and (min-width: 2200px) {
    section[class^="teatime_"] h2 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.teatime_story .teatime_logo {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4em;
    opacity: .85;
}

.teatime_story figure {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 35;
}

.teatime_story figure figcaption {
    color: #5e3e3ede;
    font-weight: bold;
}

.teatime_story_title {
    margin-top: 2em;
    font-weight: bold;
    font-size: calc(1.1rem + (1vw - 0.32rem) * 1.2234);
    /*12-35*/
    line-height: 2.5;
    color: #7d5959de;
}

.teatime_story_text {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #7d5959de;
}

.teatime_products article {
    margin-bottom: calc(3rem + (1vw - 0.32rem) * 5.3191);
}

.teatime_products h3 {
    margin-bottom: calc(2rem + (1vw - 0.32rem) * 2.1277);
    /* 20-60 */
    margin-top: calc(2rem + (1vw - 0.32rem) * 2.1277);
    /* 20-60 */
    font-size: calc(1.2rem + (1vw - 0.32rem) * 0.5319)!important;
    line-height: 1.7;
    color: #7d6c6c;
}

.teatime_products .product_img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.product_text {
    color: #8d7b7b;
    line-height: 2.3;
}

.tea_komoji {
    font-size: 8px;
    letter-spacing: -.7px;
}

@media screen and (min-width: 768px) {
    .teatime_story .eyphoria_logo {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        margin-bottom: -5em;
    }
    .teatime_story figure {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .teatime_products .product_img {
        width: 50%;
    }
    .teatime_story_title {
        font-size: calc(1.3rem + (1vw - 0.32rem) * 1.2234)!important;
    }
    .teatime_products h3 {
        font-size: calc(1.4rem + (1vw - 0.32rem) * 0.5319)!important;
    }
    .tea_komoji {
        font-size: 10px;
    }
}

@media screen and (min-width: 2200px) {
    .teatime_products article {
        margin-bottom: 130px;
    }
}

@media screen and (min-width: 1200px) {
    .teatime_story_title {
        font-size: 28px;
        color: #7d5959de;
    }
    .teatime_story_text {
        font-size: 26px;
    }
    .teatime_story .teatime_logo {
        width: 48%
    }
    .teatime_story figure {
        width: 35%;
        margin-top: 30px;
    }
    .teatime_story figure figcaption {
        font-size: 36px
    }
    section[class^="teatime_"] h2 {
        margin-top: 150px;
        margin-bottom: 150px;
        font-size: 38px;
    }
    .tea_komoji {
        font-size: 14px;
    }
}


/*花*/

#bibiday_main .hanabira {
    opacity: 0;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-animation-name: Drop;
    animation-name: Drop;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#bibiday_main .hanabira {
    position: absolute;
    display: block;
}

#bibiday_main .hana1 {
    width: 10%;
    height: 10%;
    max-width: 100px;
    max-height: 100px;
    left: 5%;
    display: inline-block;
    -webkit-animation-duration: 10.5s;
    animation-duration: 10.5s;
    transform: rotateY(-30deg) rotateX(-15deg) rotateZ(10deg);
}

#bibiday_main .hana2 {
    width: 8%;
    height: 8px;
    max-width: 100px;
    max-height: 100px;
    top: 10%;
    left: 20%;
    display: inline-block;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana3 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 25%;
    left: 30%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana4 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 30%;
    right: 25%;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana5 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 45%;
    left: 15%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana6 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 30%;
    left: 5%;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana7 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 50%;
    right: 15%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana8 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 70%;
    left: 20%;
    display: inline-block;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana9 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 2%;
    right: 5%;
    display: inline-block;
    -webkit-animation-duration: 8.5s;
    animation-duration: 8.5s;
    /* transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg); */
}

#bibiday_main .hana10 {
    width: 8%;
    height: 8px;
    max-width: 100px;
    max-height: 100px;
    top: 15%;
    right: 15%;
    display: inline-block;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana11 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 50%;
    left: 30%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana12 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 10%;
    right: 35%;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana13 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 70%;
    left: 15%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana14 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 90%;
    left: 20%;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana15 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 60%;
    right: 20%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana16 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    top: 85%;
    right: 15%;
    display: inline-block;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana17 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    top: 90%;
    right: 20%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana18 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    top: 80%;
    left: 15%;
    display: inline-block;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana19 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    left: 20%;
    display: inline-block;
    -webkit-animation-duration: 6.5s;
    animation-duration: 6.5s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana20 {
    width: 4%;
    height: 4px;
    max-width: 100px;
    max-height: 100px;
    top: 80%;
    left: 10%;
    display: inline-block;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana21 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    top: 40%;
    right: 30%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana22 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    top: 5%;
    left: 15%;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana23 {
    width: 4%;
    height: 4%;
    max-width: 100px;
    max-height: 100px;
    top: 20%;
    right: 15%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana24 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 75%;
    left: 0;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana25 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 20%;
    left: 5%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana26 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 55%;
    left: 5%;
    display: inline-block;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana27 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 10%;
    right: 15%;
    display: inline-block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana28 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 85%;
    left: 20%;
    display: inline-block;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

#bibiday_main .hana29 {
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    top: 70%;
    right: 5%;
    display: inline-block;
    -webkit-animation-duration: 8.5s;
    animation-duration: 8.5s;
    /* transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg); */
}

#bibiday_main .hana30 {
    width: 8%;
    height: 8px;
    max-width: 100px;
    max-height: 100px;
    top: 60%;
    right: 15%;
    display: inline-block;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    transform: rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
}

@-webkit-keyframes Drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0.3;
    }
}

@keyframes Drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px) rotateY(-30deg) rotateX(-30deg) rotateZ(10deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px) rotateY(150deg) rotateX(-30deg) rotateZ(10deg);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px) rotateY(330deg) rotateX(-30deg) rotateZ(10deg);
        opacity: 0;
    }
}




/*# sourceMappingURL=bibiday_brand.css.map */