/*.w-98{*/
/*width: 98%;*/
/*}*/
/*.w-48{*/
/*width: 48%;*/

/*}*/
/*.w-33{*/
/*width: 33%;*/
/*}*/

.flex_1 {
    flex: 1;
    width: 100%;
}

.bottom_menu_wraper {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;

    width: 100%;
    z-index: 9999;
}

@media screen and (min-width: 769px) {
    .bottom_menu_wraper {
        display: none !important;
    }
}

ul.bottom_menu {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}
ul.bottom_menu li {
    list-style: none;
    display: flex;
    position: relative;
}
ul.bottom_menu div {
    background: linear-gradient(to bottom, #fbc846, #fbc02d);
    border-color: #fbc02d;
    border-right: 1px solid;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: flex;
    padding: 10px 0 5px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-right: 1px solid white;
}

ul.bottom_menu li a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ボトムメニュー サイズ小 */
ul.bottom_menu.size_1 li div {
    font-size: 10px;
    padding: 8px 0 5px;
}

/* ボトムメニュー サイズ大 */
ul.bottom_menu.size_3 li div {
    font-size: 15px;
    padding: 11px 0 7px;
}

.bottom_menu_wraper .bottom_menu_btn_img {
    position: relative;
    display: none;
    text-align: center;
    line-height: 0;
    max-width: 330px;
    margin: 0 auto;
}

.bottom_menu_wraper .bottom_menu_btn_img .close {
    position: absolute;
    right: -6px;
    top: -8px;
    width: 22px;
    opacity: 0.8;
}

@media screen and (min-width: 544px) {
    .bottom_menu_wraper .bottom_menu_btn_img {
        max-width: 440px;
        margin: 0 auto 3px;
    }

    .bottom_menu_wraper .bottom_menu_btn_img .close {
        right: -10px;
        top: -8px;
        width: 28px;
    }
}

ul.bottom_menu div:before {
    display: block;
    text-align: center;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 5 Solid", "Font Awesome 5 Regular";
    font-weight: bold;
}

@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* Cocoon対応 */
.content-in.wrap main#main {
    z-index: 1;
}
