/*共通*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
    font-family:"メイリオ" , Meiryo , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    overflow-x: hidden;
}

html, body{
    width:100%;
    font-size: 10px;


}
.hover{
    transition: .3s ;
}
.hover:hover{
    opacity: 0.6;
}

.main_container img{
    width: 100%;
    height: auto;
}
body{
    background: url(./img/common/all_bg.png) repeat left top;
}

.sp_display{
    display: none !important;
}

.pc_slider{
    position: relative;
}

._2tga._49ve{
    line-height: 1.2 !important;
}
.fb-like iframe {
    max-width: none!important;
}

/*共通プラグイン*/


.lump_pc_slider ul{
    display:none;
}
.lump_pc_slider ul.slick-initialized {
    display: block;
}

.lump_sp_slider ul{
    display:none;
}
.lump_sp_slider ul.slick-initialized {
    display: block;
}

.slick-slide img{
    width: 100%;
    height: auto;
}

.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #ff8e56;
}
.slick-dots li button:before{
    color: #dcdcdc;
    opacity: 1;
}

.slick-dots li button:before{
    font-size: 20px;
}
.slick-dots{
    bottom: -30px;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.slick-dots{
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 100;    
}
.slick-dots li{
    margin-top: 10px;
}

/*popup*/

.first_pop_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	z-index: 9999;
	overflow: auto;
}

.first_pop{
    display: none;
    position: relative;
    width: 90%;
    max-width: 640px;
    border: solid 1px #f2a685;
    background: url(./img/common/all_bg.png) repeat left top;
    z-index: 1001;
    background-color: #ffffff;
    border-radius: 15px;
    left: 0;
    top: 5vh;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.first_pop_text{
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    background: #f2a685;
    border-radius: 15px 15px 0 0;
    line-height: 1.5;
    box-sizing: border-box;
    font-weight: bold;
    padding: 20px 0;
}

.first_pop_logo{
    text-align: center;
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.first_pop_logo img{
    width: 100%;
}

.first_pop_text02{
    font-size: 1.6rem;
    color: #565858;
    line-height: 1.5;
    background: #fff;
    width: 82%;
    margin: 20px auto 0;
    padding: 32px 20px;
    border-radius: 15px;
    border: #f4a035 solid 3px;
}

.first_pop_btn{
    text-align: center;
    font-size: 0;

}
.first_pop_btn li{
    display: inline-block;

}
.first_pop_btn li a{
    width: 237px;
    background: #f19688;
    display: inline-block;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 3.0rem;
    text-decoration: none;
    border-radius: 15px;
    margin: 40px 0;
}

.first_pop_btn li:last-child a{
    margin-left: 50px;
    background: #b6b9ce;
}



/*header*/

header{
    height: 153px;
}

.header_move_area{
    background: url(./img/common/all_bg.png) repeat left top;
    position: fixed;
    width: 100%;
    height: 153px;
    z-index: 800;
    justify-content: center;
    align-items: center;
    display: flex;
}




.header_left{
    float: left;
    width: 43%;
    padding-right: 2%;
    display: -webkit-flex; /* Safari */
    display: flex;

}
.header_left img{
    width:100%;
    max-width: 100%;
    height: auto;
}

.header_right{
    float: right;
    width: 55%;
}

.header_logo{
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 27px;
    display: inline-block;
    vertical-align: top;
}
.header_line{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 24px;
    padding-left: 24px;
}
/*migi*/
.header_right_top{
    text-align: right;
    font-size: 0;
    padding-right: 17px;
    padding-top: 10px;
}
.header_right_top *{
    vertical-align: top;
}
.twitter-share-button{
    padding: 0 8px;
}

.header_right_top_text{
    display: inline-block;
    color: #909090;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 5px;
}

.header_right_bottom{
    text-align: right;
    font-size: 0;
    margin-top: 10px;

}
.header_right_bottom ul{
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: flex-end; /* Safari */
    justify-content:         flex-end;
    padding-right: 17px;
}
.header_right_bottom li{
    display: inline-block;
    border-left: #dedede solid 1px;
}
.header_right_bottom li:last-child{
    border-right: #dedede solid 1px;
}

.header_right_bottom li img{
    width: 100%;
    height: auto;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}


/*!!!!!!sp_menu!!!!!!!*/
.sp_display .header_left{
    width: 100%;
    display: flex;          
    justify-content: space-around;
    align-items: center;
    padding-top: 17px;
}
.sp_display .header_left > div {
    padding: 0;
    margin: 0;
}
.sp_menu_head{
    width: 100%;
    background: url(./img/common/sp_menu_bg.png) repeat left top;
    text-align: right;
    height: 64px;
    padding-top: 18px;
    padding-right: 12px;
    box-sizing: border-box;
}
.sp_menu_head img{
    width: 30px;
    height: 30px;
}

.sp_menu_head span{
    width: calc(100% - 42px);
    text-align: left;
    display: inline-block;
    font-size: 3.0rem;
    vertical-align: top;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
}


.sp_menu{
    display: none;
    background: url(./img/common/all_bg.png) repeat left top;
    position: absolute;
    z-index: 10000;
    top:0;
    left: 0;
    width: 100%;
}
.sp_menu ul li{
    position: relative;
}
.sp_menu ul li:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #b55920;
    position: absolute;
    right: 24px;
    top: 18px;
}



.sp_menu ul li a img{
    border-right: 1px dotted #d58938;
    padding: 5px 10px 0;
    width: 50px;
}


.sp_menu ul li a{
    text-decoration: none;
    padding: 6px 5px;
    border-top: 1px dotted #d58938;
    border-bottom: 1px dotted #d58938;
    display: block;
}

.sp_menu_text{
    display: inline-block;
    vertical-align: top;
    font-size: 2.5rem;
    padding-top: 18px;
    font-weight: bold;
    color: #b55820;
    padding-left: 20px;

}

.sp_menu_sns{
    display: flex;
    justify-content:space-around;
    padding: 15px 32% 15px;
}

.sp_menu_sns img{
    width: 70%;
}


.sp_menu_bg{
    display: none;
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 900;
    opacity: 0.7;
}

/*----------------------------------------------------------------------*/
/*content(index)*/


/*slider*/



.slider_area{
    text-align: center;
}

.sp_slider,.sp_slider.active{
    display: none;
}
.pc_slider.active{
    display: block;
}

/*main*/

.main_container{
    max-width: 1700px;
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 70px 50px 0 50px;
    background: rgba(255,255,255,0.7);
    box-shadow:0px 4px 28px -7px #915a13;
    -moz-box-shadow:0px 4px 28px -7px #915a13;
    -webkit-box-shadow:0px 4px 28px -7px #915a13;
    z-index: 0;
    box-sizing: border-box;
}

.main_container .newbnr_area:first-child{
    /*padding-bottom: 40px;*/
}

.newbnr_area.two{
    font-size: 0;
}
.newbnr_area.two a{
    width: 49%;
    display: inline-block;
}
.newbnr_area.two a:first-child{
    margin-right: 2%;
}


.main_content_area{
    font-size: 0;
    text-align: left;
    margin-top: 50px;
}

.main_content_area2{
	font-size: 12;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
}

.main_content_area3{
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
}

/*main left right*/

.left_content{
    width: 76.5625%;
    display: inline-block;

}
.right_content{
    width: 21.375%;
    display: inline-block;
    padding-left: 2.0625%;
    vertical-align: top;
}


.left_information{
    padding-bottom: 47px;
}

.left_information ul{
    padding: 37px 10px 0 10px;

}
.left_information ul li a{
    text-decoration: none;
}
.left_information_img img{
    border-radius: 10px 10px 0 0;
}


/*インフォメーションエリア*/
.left_information ul li{
    width: 32%;
    max-width: 370px;
    display: inline-block;
    box-sizing: border-box;
    border: #39c9af solid 4px;
    border-radius: 10px;
    margin-left: 1%;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    text-align: left;
    vertical-align: top;
}
.event_product_area ul li{
    width: 96%;
    position: relative;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: none !important;
    border-radius: 10px;
    background: none;
    vertical-align: top;
}
.event_product_area ul li a{
    text-decoration: none;
}

.event_product_area ul li:after{
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #c4c4c4;
    position: absolute;
    bottom:-20px;
    left: 0;
}

.left_information ul li .new_icon{
	position: absolute;
	left: -16px;
	top: -16px;
}






ul li.lamp{
    border: #ff6488 solid 4px;
}
ul li.quince{
    border: #f6ab00 solid 4px;
}
ul li.lamp.quince{
    border: #39c9af solid 4px;
}

.left_information_tag{
    background: #39c9af;
    position: absolute;
    right: -1px;
    top: -1px;
    font-size: 1.65rem;
    color: #fff;
    padding: 8px 9px 7px 14px;
    border-radius: 0px 9px 0px 11px;
    font-weight: bold;
    line-height: 1;
}
ul li.lamp .left_information_tag{
    background: #ff6488;
}
ul li.quince .left_information_tag{
    background: #f6ab00;
}
ul li.lamp.quince .left_information_tag{
    background: #39c9af;
}
.left_information_data{
    font-size: 1.4rem;
    color: #fff;
    padding: 4px 15px;
    background: #39c9af;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}
ul li.lamp .left_information_data{
    background: #ff6488;
}
ul li.quince .left_information_data{
    background: #f6ab00;
}
ul li.lamp.quince .left_information_data{
    background: #39c9af;
}

.left_information_text{
    line-height: 1.5;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
}

.left_information_detail{
    text-align: right;
    text-decoration: underline;
    font-weight: bold;
    color: #39c9af;
    height: 32px;
    padding-top: 10px;
    padding-bottom: 30px;
}
ul li.lamp .left_information_detail{
    color: #ff6488;
}
ul li.quince .left_information_detail{
    color: #f6ab00;
}
ul li.lamp.quince .left_information_detail{
    color: #39c9af;
}


.twitter_icon{
    position: absolute;
    left: 16px;
    bottom:18px;
}
.facebook_icon{
    position: absolute;
    left: 60px;
    bottom:18px;
}


.left_information_box{
    padding: 14px 16px;
}
.left_information_box p{
    font-size: 1.4rem;
}


.left_title{
    background: #0C0C0C;
    padding:10px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    height: 56px;
}
.right_title{
    background: #0C0C0C;
    box-sizing: border-box;
    border-radius: 30px;
    height: 56px;
    text-align: left;
}

.left_title img,.right_title img{
    width: auto;
}
.left_title.title01{
    background: #ff9c8c;
}
.left_title.title02{
    background: #ff935d;
    margin-bottom: 32px;
}
.left_title.title03{
    background: #ffc341;
    margin-bottom: 32px;
}
.left_title.title04{
    background: #f495cd;
}
.right_title.title05{
    background: #ff86ab;
    justify-content: center;
    align-items: center;
    display: flex;
}
.right_title.title05 img{
    width: 100%;
}

.right_title.title06{
    background: #ff86ab;
}
.right_title.title07{
    background: #ff86ab;
}

/*イベント、関連商品情報*/

.event_product_area{
    margin-bottom: 50px;
}

.event_product_area > div{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.event_product_area > div:first-child{
    margin-right: 2%;
}


/*moreボタン*/

.more_btn{
    font-size: 2.6rem;
    text-align: right;
    padding: 0 10px;
    width: 95%;
    margin: 0 auto;
}
.more_btn a{
    color: #ff9c8c;
    border: 3px solid #ff9c8c;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 252px;
    padding: 11px 0 9px 0;
    border-radius: 28px;
    transition: 0.3s;
    position: relative;
    letter-spacing: 0.2em;
    font-weight: bold;
    background: #fff;
}
.more_btn a::before{
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff9c8c;
    content:"";
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
    bottom:0;
    margin: auto;
}
.more_btn a::after{
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    content:"";
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
    bottom:0;
    margin: auto;

}
.more_btn.js_more02 a:hover{
    color: #fff;
    border: 3px solid #ff935d;
    background: #ff935d;
}
.more_btn.js_more02 a{
    color: #ff935d;
    border: 3px solid #ff935d;
}
.more_btn.js_more02 a::before{
    background: #ff935d;
}

.more_btn.js_more03 a:hover{
    color: #fff;
    border: 3px solid #ffc341;
    background: #ffc341;
}
.more_btn.js_more03 a{
    color: #ffc341;
    border: 3px solid #ffc341;
}
.more_btn.js_more03 a::before{
    background: #ffc341;
}



/*その他コンテンツエリア*/
.left_other_content ul{
    padding: 37px 10px 0 10px;
}

.left_other_content ul li{
    width: 32%;
    max-width: 370px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 1%;
    margin-bottom: 30px;
    position: relative;
}

.left_other_content ul li a{
    transition: .3s ;
}
.left_other_content ul li a:hover{
    opacity: 0.6;
}


.left_other_bnr{
    width: 96%;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}

/*ツイッターエリア*/
.twitter_area{
    text-align: center;
    margin-top: 30px;
    margin-left: -2%;
}
.timeline-Header{
    display: none;
}
.twitter_box{
    width: 580px;
    display: inline-block;
    box-sizing: border-box;
    max-height: 905px;
}

.twitter_box.lumpofsuger{
    margin-right: 3%;
}


.twitter_bg{
    padding-bottom: 30px;
    padding-top: 10px;
}
.twitter_bg.lumpofsuger{
    background: url(./img/index/twitter_bg01_bottom.png) no-repeat left bottom;
    background-size: cover;

}
.twitter_bg.quincesoft{
    background: url(./img/index/twitter_bg02_bottom.png) no-repeat left bottom;
    background-size: cover;
}
.twitter_box_inner{
    width: 100% !important;
    max-width: 90% !important;
    margin: 0 auto 0px auto !important;
    display: block !important;
    max-height: 720px;
    overflow-y: scroll;
    box-sizing: border-box;

}
.twitter_box iframe{
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;


}

/**/

.right_official_area{
    text-align: center;
}
.right_official_img{
    margin: 37px 0;
    padding: 0 5px;
}
.right_official_img.center{
    margin: 0 0 37px 0;
}

.right_official_img_text{
    color: #ff709c;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 10px;
}



/*----------------------------------------------------------------------*/
/*footer*/

footer{
    border-top: 1px dotted #cbcbcb;
    margin-top: 47px;
    padding: 30px 0 32px 0;
    position: relative;
}

.footer_top_btn_pc{
    display: block;
    position: fixed;
    right: 20px;
    bottom: -250px;
    transition: 0.5s;
    z-index: 700;
}
.footer_top_btn_pc ul li{
    display: none;
}

.footer_top_btn_sp{
    display: none;
}

.footer_top_btn_pc img{
    width: auto;
}

.design_tridentworks{
    margin-top: 12px;
    color: #fff;
    background: #e1e1e1;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 10px;
    font-weight: bold;
}

.copy_right{
    font-size: 1.0rem;
    color: #909090;
    margin-top: 10px;
}
.footer_logo_area{
    padding:0 24px;
}
.footer_logo_area ul li{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.footer_logo_area ul li:first-child{
    margin-right: 20px;

}
.footer_logo_area ul li img{
    width: auto;
}



/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/**/
/*PC調整　幅調整*/
@media screen and ( min-width:1689px ){
    .left_information ul{
        margin-left: -2.9%;
    }
    .left_information ul li{
        margin-left: 2.9%;
    }
    .left_other_content ul{
        margin-left: -3%;
    }
    .left_other_content ul li {
        margin-left: 3%;
    }
    .left_other_bnr{
        width: 97%;
        margin-right: 3%;
    }





}
@media screen and ( max-width:1648px ){
    .twitter_box.lumpofsuger{

    }
    .twitter_box{
        margin: 0 auto !important;
        display: block !important;

    }
}
@media screen and ( min-width:1400px ){
    .event_product_area ul li{
        border: none !important;
        background: none !important;
    }
    .event_product_area ul li .left_information_img{
        display: inline-block;
        width: 250px;
        position: relative;
        border-radius: 11px;
    }
    .event_product_area ul li .left_information_tag{
        border-radius: 0px 11px 0px 11px;
        font-size: 1.65rem;
        width: 155px;
        text-align: center;
        padding: 6px 9px 4px 14px;
    }
    .event_product_area ul li .left_information_box{
        width: calc(100% - 250px);
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 20px 35px;
    }
    .event_product_area .twitter_icon{
        left: 280px;
        /*bottom: 43px;*/
        bottom: 7px;
    }
    .event_product_area .facebook_icon{
        left: 328px;
        /*bottom: 43px;*/
        bottom: 7px;
    }
}

@media screen and ( min-width:1400px ){
    .header_move_area{
        display: block;
    }
}

/*PC調整 サイドメニュー消失・ヘッダーメニュー出現*/
@media screen and ( max-width:1024px ){


    .left_content{
        width: 100%;
    }
    .right_content{
        padding-left: 0;
    }
    .right_content{
        width: 100%;
    }
    .right_official_area .right_official_box:first-child{
        margin-right: 2%;
    }

    .right_content{
        margin-top: 70px;
    }

    .right_official_box{
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    .left_information ul li{
        max-width: 480px;
    }
    .left_other_content ul li{
        max-width: 480px;
    }

    .right_title.title05{
        padding-left: 5px;
    }

    .footer_top_btn_pc{
        position: absolute;
    }

    .footer_top_btn_pc img{
        width: 100%;
    }

    .pc_display{
        display: none !important;
    }
    .sp_display{
        display: block !important;
    }

    header,.header_move_area{
        height: 142px;
    }

    .header_logo{
        margin: 0 auto !important;
    }
    .header_line{
        margin-right: auto !important;
        padding-right: 200px !important;
    }
    .header_left > div.hover{
        margin: auto !important;
    }

}

/*PC調整 ツイッターエリア可変*/
@media screen and ( max-width:1024px ){


    .twitter_area{
        margin-left: 0 !important;
    }
    .twitter_box{
        width: 100%;
    }
    .twitter_bg.lumpofsuger{
        background: url(./img/index/twitter_bg01_bottom.png) no-repeat left bottom;
        background-size: cover;

    }
    .twitter_bg.quincesoft{
        background: url(./img/index/twitter_bg02_bottom.png) no-repeat left bottom;
        background-size: cover;
    }

    .twitter_box.lumpofsuger{
        margin-right: 0;
    }
    .twitter_box.quincesoft{
        margin-top: 60px !important;
    }

    .right_title.title05 img{
        width: auto;
        margin-right: auto;
    }


}

/*PC調整*/
@media screen and ( max-width:859px ){

    .main_container{
        padding: 70px 30px 0 30px;
    }
    .left_information ul{
        text-align: center;
    }
    .left_information ul li {
        width: 47%;
        margin-right: 0;
        margin-left: 0;
    }
    .left_information ul li:nth-child(2n+1) {
        margin-right: 4%;
        margin-left: 0;
    }
    .left_other_content ul{
        padding: 37px 0px 0 0;
        text-align: center;
    }
    .left_other_content ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .left_other_content ul li:nth-child(2n+1) {
        margin-right: 2%;
        margin-left: 0;

    }
    .left_other_bnr{
        width: 0;
        padding: 0;
    }

    .event_product_area ul li{
        margin: 0 auto 60px;
    }

    .right_official_img_text{
        font-size: 1.8rem;
        line-height: 1.2;
    }

    footer{
        margin-top: 147px;
    }

    .footer_top_btn_pc ul li{
        width: 80%;
        margin:0 0 0 auto;
    }

    .footer_top_btn_pc{
        position: absolute !important;
        right: -25px !important;
        bottom: 135px !important;
    }
    .footer_logo_area ul li{
        width: 158px;
    }
    .footer_logo_area ul li img{
        width: 100%;
    }
    .copy_right{
        font-weight: bold;
        line-height: 1.2;
        font-size: 1.8rem;
    }
    .design_tridentworks{
        font-size: 1.8rem;
    }
    .more_btn{
        width: 95%;
    }
    .more_btn a{
        width: 100%;
    }

    .header_logo{
        margin: 0 auto !important;
    }
    .header_line{
        margin: auto !important;
        padding-right: 0 !important;
    }
    .header_left > div.hover{
        margin: auto !important;
    }


}

/*スマホ スライダーSP用*/
@media screen and ( max-width:768px ){

    body{
        min-width: 767px;
    }

    .pc_slider,.sp_slider{
        display: none;
    }
    .sp_slider{
        display: block;
    }

    .left_information_box p{
        font-size: 2.0rem;
    }

    .right_title.right_title_sp{
        padding-top: 5px;
    }
    .left_title.left_title_sp img,.right_title.right_title_sp img{
        width: 100%;
    }

    .right_topics.title05 img{
        width: auto;
    }


    .left_information_detail{
        padding-top: 20px;
        padding-bottom: 0;
    }
    
    .twitter_icon{
        bottom: 22px;
    }
    .facebook_icon{
        bottom: 22px;

    }

}
