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

#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(1rem + (1vw - 0.32rem) * 1.0638);
    /*10-30*/
    line-height: 1.8;
    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(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;
    }
}

#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: 0;
    -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;
        max-width: 650px;
    }
    .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: 1200px) {
    .gnav__menu {
        max-width: 1000px;
    }
}

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

.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 .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;
    }
}

.freesia_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #EFEAF4), to(#fff));
    background: linear-gradient(to bottom, #fff, #EFEAF4 50%, #fff);
}

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

section[class^="freesia_"] h2 {
    color: #CABED0;
    display: inline-block;
    position: relative;
    margin-top: calc(2.8rem + (1vw - 0.32rem) * 14.4681);
    margin-bottom: calc(4rem + (1vw - 0.32rem) * 13.8298);
    font-size: calc(1.2rem + (1vw - 0.32rem) * 2.0213);
    /*12-50*/
}

@media screen and (min-width: 2200px) {
    section[class^="freesia_"] h2 {
        font-size: 50px;
    }
}

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

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

.freesia_story .freesia_logo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.freesia_story figure {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.freesia_story figure figcaption {
    color: #CABED0;
    font-weight: bold;
}

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

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

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

@media screen and (min-width: 2200px) {
    .freesia_story_title {
        font-size: 35px !important;
    }
}

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

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

.freesia_products .product_img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    max-width: 800px;
}

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

.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);
}

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

section[class^="euphoria_"] h2 {
    color: #FCC279;
    display: inline-block;
    position: relative;
    margin-top: calc(2.8rem + (1vw - 0.32rem) * 14.4681);
    margin-bottom: calc(4rem + (1vw - 0.32rem) * 13.8298);
    font-size: calc(1.2rem + (1vw - 0.32rem) * 2.0213);
    /*12-50*/
}

@media screen and (min-width: 2200px) {
    section[class^="euphoria_"] h2 {
        font-size: 50px;
    }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 2200px) {
    .euphoria_story_title {
        font-size: 35px !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;
}

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

#main {
    font-size: 62.5%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main img {
    width: 100%;
}

#main figure {
    margin: 0;
}

#main h2,
#main h3 {
    font-weight: normal;
    text-align: center;
}

.main {
    background-color: #CAB7A7;
    padding-bottom: 50px;
}

.main p {
    font-size: calc(1.2em + (1vw - 0.32em) * 0.5000);
    /*12-20*/
    line-height: 1.5;
    margin: 1em 0;
}

.main a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.main h3 {
    font-size: calc(1.5em + (1vw - 0.32em) * 1.5625);
    /*15-45*/
}

.main h4 {
    font-size: calc(1.3em + (1vw - 0.32em) * 1.5000);
    /*13-37*/
    margin: 0;
}

.main a {
    font-size: calc(1.1em + (1vw - 0.32em) * 1.0000);
    /*10-27*/
}

.main .font-small {
    font-size: 10px;
}

@media screen and (min-width: 1090px) {
    .main p {
        font-size: 16px;
    }
    .main h3 {
        font-size: 28px;
    }
    .main h4 {
        font-size: 24px;
    }
    .main a {
        font-size: 19px;
    }
}

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

.teatime_bg {
    background-color: #CAB7A7;
}

.teatime_title {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 3rem;
}

.teatime_heroimg {
    position: relative;
}

.teatime_heroimg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50vw;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.teatime_heroimg::after {
    content: '';
    width: 100%;
    padding-top: 50%;
    display: block;
    top: 0;
    left: 0;
}

.teatime_hero h2 div {
    width: 40%;
    margin: 3em auto;
    max-width: 200px;
}

.teatime_hero .maintext {
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto 3em;
}

.teatime_hero .maintext_1 {
    width: 90%;
    max-width: 500px;
    margin: 3em auto;
}

.teatime_hero .maintext_2 {
    width: 90%;
    max-width: 500px;
    margin: 3em auto;
}

.teatime_hero .maintext_2 p {
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .teatime_herowrapper {
        position: relative;
    }
    .teatime_hero h2 {
        position: absolute;
        margin: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .teatime_hero h2 div {
        max-width: 150px;
        margin: 2em auto;
    }
}

@media screen and (min-width: 1090px) {
    .teatime_heroimg::before {
        height: 545px;
    }
    .teatime_heroimg::after {
        padding-top: 545px;
    }
}

section[class^="point"] {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    width: 83%;
    max-width: 910px;
    padding: 30px 0;
    position: relative;
}

section[class^="point"]:not(:last-of-type) {
    margin: 50px auto;
}

section[class^="point"]:last-of-type {
    margin-left: auto;
    margin-right: auto;
}

section[class^="point"]::before {
    position: absolute;
    content: '';
    width: 3em;
    height: 3em;
    max-width: 70px;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

section[class^="point"]::after {
    position: absolute;
    content: '';
    width: 3em;
    height: 3em;
    max-width: 70px;
    top: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

section[class^="point"] .point {
    width: 32%;
    margin: auto;
    max-width: 180px;
}

section[class^="point"] h3 {
    margin: 0.5em 0 0;
}

.point1 {
    overflow: hidden;
}

.point1 .mainillust {
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: calc(10em + (1vw - 0.32em) * 33.4821);
    /*100-250px*/
}

.point1 .mainillust::before {
    position: absolute;
    padding-top: 50%;
    width: 100%;
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.point1 .mainillust .point,
.point1 .mainillust h3 {
    position: relative;
}

@media screen and (min-width: 768px) {
    .point1 .mainillust {
        padding-top: 160px;
    }
    .point1 .mainillust::before {
        padding-top: 230px;
    }
}

.point1 article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.point1 article:nth-of-type(2) .point1_text::after {
    position: absolute;
    content: '';
    width: 11em;
    height: 5em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -30%;
    top: 26%;
}

.point1 article:last-of-type .point1_text::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 60%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -20%;
    bottom: 50%;
}

.point1_img {
    -webkit-box-flex: 33%;
    -ms-flex: 33%;
    flex: 33%;
    max-width: 180px;
}

.point1_text {
    text-align: center;
    -webkit-box-flex: 67%;
    -ms-flex: 67%;
    flex: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
}

.point1_text .tea_icon {
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    position: relative;
}

.point1_text .tea_icon::before {
    position: absolute;
    content: '';
    width: 300%;
    height: 200%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: -30%;
    bottom: 0;
}

.point1_text h4 {
    position: relative;
}

.point1_text p {
    position: relative;
    z-index: 2;
    font-size: calc(1.2em + (1vw - 0.32em) * 1.5625);
    /*12-37*/
}

.point1_text::before {
    position: absolute;
    content: '';
    width: 6em;
    height: 6em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 2%;
    bottom: 0;
}

.point1_text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.point1_text .detail {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    margin-left: 1em;
}

@media screen and (min-width: 1090px) {
    .point1_text p {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .point1 article {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .point1 article:first-of-type .point1_text::after {
        position: absolute;
        content: '';
        width: 70%;
        height: 70%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -57%;
        bottom: 10%;
    }
    .point1 article:nth-of-type(2) .point1_text::after {
        position: absolute;
        content: '';
        width: 70%;
        height: 40%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: -57%;
        bottom: 10%;
        top: auto;
    }
    .point1_img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .point1_text {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .point1_text .tea_icon::before {
        width: 600%;
        height: 400%;
    }
}

.point2_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 83%;
    margin: 30px auto;
}

.point2_flex:first-of-type {
    margin-top: 50px;
}

.point2_img {
    -webkit-box-flex: 37%;
    -ms-flex: 37%;
    flex: 37%;
}

.point2_text {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    margin-left: 3%;
}

.point2_text p:first-of-type {
    font-size: calc(1.3em + (1vw - 0.32em) * 1.6875);
    /*13-40*/
}

.point2_text p:last-of-type {
    color: #707070;
    font-size: 10px;
}

.point2_text .addspan {
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .point2_flexwrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 30%;
        -ms-flex: 30%;
        flex: 30%;
        width: 83%;
        margin: auto;
    }
    .point2_flexwrapper .point2_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .point2_flexwrapper .point2_flex:not(:last-of-type) {
        margin-right: 5%;
    }
    .point2_flexwrapper .point2_flex p:first-of-type {
        text-align: center;
    }
}

@media screen and (min-width: 1090px) {
    .point2_text p:first-of-type {
        font-size: 24px;
    }
}

.point3 p,
.point4 p {
    color: #707070;
}

.point3 .sp_wrapper,
.point4 .sp_wrapper {
    width: 83%;
    margin: auto;
}

.point3 .point_img_wrapper,
.point4 .point_img_wrapper {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
}

@media screen and (min-width: 768px) {
    .point3 .point34_flex,
    .point4 .point34_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 83%;
        margin: auto;
    }
    .point3 .point34_flex .point_img_wrapper,
    .point4 .point34_flex .point_img_wrapper {
        height: 300px;
    }
    .point3 .point34_flex .point_text_wrapper,
    .point4 .point34_flex .point_text_wrapper {
        -webkit-box-flex: 70%;
        -ms-flex: 70%;
        flex: 70%;
    }
    .point3 .sp_wrapper,
    .point4 .sp_wrapper {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .point4 a {
        width: 83%;
        margin: auto;
    }
}

.lastillust {
    width: 50%;
    max-width: 300px;
    margin: 50px auto 0;
}


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