.banner { position: relative; text-align: center; }
.banner_k2s_link::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; }
.banner_k2s { display: inline-block; vertical-align: top; margin: 0 auto; padding: 8px;}
.banner_k2s-in, .k2s_hdp { display: flex; align-items: center; }

.k2s_logo, .k2s_emoji, .k2s_hdpsp { display: block; }
.banner_k2s .logok2s_text { fill: #455A64; }
.banner_k2s .logok2s_num { fill: #fff; }

.k2s_logo { width: 140px; height: 24px; }
.k2s_emoji { width: 36px; height: 41px; margin-right: 12px; }
.k2s_hdpsp { width: 110px; height: 36px; }

.k2s_hdp { background-color: #fff; }
.k2s_plus { width: 16px; height: 16px; border-radius: 50%; position: relative; }
.k2s_plus::after, .k2s_plus::before { content: ""; width: 2px; height: 10px; border-radius: 2px; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -1px; }
.k2s_plus::before { transform: rotate(90deg); }
.k2s_head { padding: 0 1.5rem; }
.k2s_join {
	height: 40px; line-height: 16px; font-size: 18px; padding: 12px; margin-left: 16px; border-radius: 24px; white-space: nowrap;
	display: inline-block; vertical-align: top; border: 0 none; text-transform: uppercase; font-weight: bold;
	cursor: pointer; outline: none; text-decoration: none !important;
	color: #fff !important; text-decoration: none !important; text-align: center;
	transition: box-shadow .15s cubic-bezier(.26,.56,.54,.88);

	background-color: #F06513;
	background-image: linear-gradient(180deg, #F06513 0%, #E24C01 100%);
	box-shadow: 0 0 0 4px rgba(240,101,19,0.2), 0 2px 12px -4px rgba(240,101,19,0.6);
}
.banner:hover .k2s_join { box-shadow: 0 0 0 6px rgba(240,101,19,0.2), 0 .125rem .75rem -.25rem rgba(240,101,19,0.6); }
.banner:active .k2s_join { background: #E24C01; box-shadow: 0 0 0 6px rgba(240,101,19,0.1), 0 .125rem .75rem -.25rem rgba(240,101,19,0.2); }
.k2s_and { font-weight: bold; text-transform: uppercase; font-size: 12px; color: #455A64; margin: 0 8px; }
.k2s_getfree { font-weight: bold; font-size: 20px; line-height: 22px; text-align: center; color: #F06513; }

@media (max-width: 767px) {
	.banner_k2s-in { flex-direction: column; }
	.k2s_hdp { height: 72px; padding: 16px; border-radius: 36px; box-shadow: 0 4px 24px 0 rgba(0,0,0,0.075); }
	.k2s_head { padding-top: 8px; padding-bottom: 16px; position: relative; }
	.k2s_plus { position: absolute; left: 50%; top: 100%; margin-top: -8px; margin-left: -8px; background-color: #EF6311; }
	.k2s_plus::after, .k2s_plus::before { background-color: #ffffff; }
	.k2s_logo { margin: 0 auto; }
	.k2s_c2 { padding-top: 8px; padding-bottom: 8px; }
	.k2s_and { display: block; padding-top: 12px; margin-bottom: -4px; }
	.k2s_join { margin-left: 12px; }
}
@media (min-width: 768px) {
	.k2s_head, .k2s_c1 { display: flex; align-items: center; }
	.k2s_c1 { background-color: #455A64; border-radius: 6px 40px 40px 6px; }
	.banner_k2s .logok2s_text { fill: #fff; }
	.banner_k2s .logok2s_num { fill: #0C9DDE; }
	.k2s_plus { background-color: rgba(255,255,255,0.1); margin-left: 16px; margin-right: -8px; }
	.k2s_plus::after, .k2s_plus::before { background-color: #FFDE59; }
	.k2s_hdp { margin: 2px; height: 76px; border-radius: 38px; padding: 14px; }
	.k2s_c2 { height: 80px; border: 2px solid #F06513; border-radius: 40px 6px 6px 40px; padding: 0 16px 0 24px; display: flex; align-items: center; }
	.k2s_getfree span { display: block; white-space: nowrap; }
}
@media (min-width: 1080px) {
	.banner_k2s { padding: 16px; }
	.k2s_hdpsp { width: 128px; height: 40px; }
	.k2s_emoji { width: 48px; height: 54px; margin-right: 16px; }
	.k2s_and { font-size: 18px; margin: 0 16px; }
}
@media (min-width: 1290px) {
	.k2s_logo { width: 222px; height: 38px; }
	.k2s_getfree { font-size: 26px; line-height: 26px; }
	.k2s_join { line-height: 24px; font-size: 22px; height: 48px; padding: 12px 20px; }
	.k2s_plus { margin-left: 24px; margin-right: 0; }
}
@media (min-width: 1420px) {
	.k2s_plus { width: 32px; height: 32px; }
	.k2s_plus::after, .k2s_plus::before { width: 4px; height: 16px; margin: -8px 0 0 -2px; }
	.k2s_emoji { width: 56px; height: 64px; }
	.k2s_hdpsp { width: 158px; height: 48px; }
	.k2s_join { font-size: 26px; }
	.k2s_getfree { font-size: 32px; line-height: 30px; }
}