@charset "UTF-8";
/******************************************
	snslogin
*******************************************/
/*---------------------------------------
	メインイメージ
----------------------------------------*/

.snslogin_mv {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.snslogin_mv_txtarea {
	background: url(../../images/page/snslogin/mv_txt_area_bk.png) repeat;
	width: 670px;
	height: 250px;
	position: absolute;
	top: 20px;
	left: 1px;
	text-align: left;
}

.lineup_img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.smartphone {
	position: absolute;
	bottom: -27px;
	right: 42px;
}


/*---------------------------------------
	LINEID連携するとこんなに良いことが！
----------------------------------------*/

.lineid_cooper_balloon {
	width: 95%;
	margin: 0 auto 60px;
	border: 1px solid #cccccc;
	letter-spacing: -0.08px;
}

.lineid_cooper_balloon:after {
	border-width: 27px 30px 21px 4px;
	border-color: #008ae1 transparent transparent transparent;
	bottom: -32px;
	left: 8%;
	transform: translateX(-3%) rotate(77deg);
	position: absolute;
	z-index: 0;
}

.cooperation {
	margin-top: 50px;
}

.snslogin_col03 {
	width: 88%;
	margin: 0 auto;
}

.snslogin_col03.theme-col03 > .-col {
	width: 31%;
	background: #fbfbfb;
	border: 3px solid #cccccc;
	padding: 46px 15px 18px;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
}

.snslogin_col03.theme-col03.cooperation > .-col {
	justify-content: space-between;
	align-items: baseline;
	flex-flow: column;
	position: relative;
}

.things_icon {
	position: absolute;
	width: 64px;
	height: 76px;
	left: 37%;
	top: -32px;
}

.txt_m {
	width: 100%;
	font-size: 2.0rem;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.col_img {
	width: 100%;
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: self-end;
}


/*---------------------------------------
	LINEID連携はこちらから
----------------------------------------*/

.line_id {
	justify-content: center;
	align-items: center;
	width: 73%;
	margin: 0 auto;
	position: relative;
	display: flex;
	border: 1px solid #ccc;
	padding: 10px 0 10px 20px;
}

.line_id_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 57%;
}

.snslogin_btnarea {
	text-align: center;
	width: 100%;
	height: auto;
	padding-bottom: 3px;
	margin-bottom: 60px;
}

.arrow_area {
	width: 15%;
	height: 80px;
}

.qr_img{
	width: 28%;
}

#line_qr .snslogin_btnarea {
	margin-bottom: 30px;
}


/*** サイドメニュー ***/

.sideMenu {
	width: 109px;
	position: fixed;
	right: 0;
	bottom: 345px;
	z-index: 100;
}

.sideMenu li {
	background: #008ae1;
	width: 108px;
	height: 270px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.sideMenu li span {
	display: block;
	width: 82%;
	color: #FFFFFF;
	font-size: 11.5px;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
}

.sideMenu li span a{
	display: block;
	width: 86px;
	color: #FFFFFF;
	font-size: 11.5px;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	margin: 0 auto;
}

.sideMenu li span a:hover {
	background: #0177c2;
	width: 86px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
}

.sideMenu span + span {
	border-top: 1px solid #62a9d6;
}


/*** 矢印 アニメーション ***/

.arrow_wrap{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.line_id a {
	padding-top: 80px;
	cursor: default;
	pointer-events: none;
}

.line_id a span.arrow {
	position: absolute;
	top: -4px;
	left: 16%;
	width: 30px;
	height: 30px;
	margin-left: -12px;
	border-left: 7px solid #008ae1;
	border-bottom: 7px solid #008ae1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.line_id a span.arrow:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.line_id a span.arrow:nth-of-type(2) {
	top: -20px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.line_id a span.arrow:nth-of-type(3) {
	top: -36px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb {
	0% {
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

@keyframes sdb {
	0% {
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	}
}