@charset "utf-8";


/*new_common.phpの文字サイズ上書き*/
/* lounge_header
------------------------------------------------ */

#lounge_logo {
	font-size: 1.28rem;
}


/* lounge_gnav
------------------------------------------------ */
#lounge_gnav ul li a {
	font-size: 1.216rem;
}

#lounge_footer #lounge_ft_sitemap ul li a {
	font-size: 1rem;
}

/* footer
------------------------------------------------ */
#lounge_ft_gnav ul li a {
	font-size: 1.216rem;
}

#lounge_ft_menu h2 {
	font-size: 1.36rem;
}

#lounge_ft_menu .item ul li a {
	font-size: 1.44rem;
}

#lounge_ft_menu .item ul li span {
	font-size: 1rem;
}

#lounge_ft_menu .campaign span {
	font-size: 1.28rem;
}
#lounge_ft_menu .campaign li a {
	font-size: 1.44rem;
}
#lounge_ft_menu .campaign ul li span {
	font-size: 1rem;
}
#lounge_footer #lounge_ft_copyright .lounge_copy {
	font-size: 0.9rem;
}

/*snscommon
-----------------------*/
#target {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.snsBox {
    width: 100%;
	margin-bottom: 5%;
    background-image: url(/brand/blendy/sp/stickcocoa/common/images/bg_sns.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
}

.snsWrapper {
    display: flex;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    width: 50%;
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 5%;
}

.snsicon {
    width: 20%;
}

.marginBox {
    background:url(/brand/blendy/sp/stickcocoa/common/images/line1.gif) repeat-x left top #FFF;
    width: 100%;
    height: 5%;
}
