.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 95px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 9;
}

.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
}

.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
}

.suntory-alo-ph-img-circle {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 1;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
}

.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: #0099cc;
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #DF0018;
	opacity: 1;
	display: none;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: #EB278D;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: #DF0018;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: #EB278D;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #DF0018;
}

@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}

	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}

	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}

	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}

.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px !important;
	padding-left: 6px !important;
	color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@media (max-width: 850px) and (min-width: 666px){
	.suntory-alo-phone{
		bottom: 189px;
		right: -26px;
		white-space: break-spaces;
		/* width: 100px; */
		height: 50px;
	}
	.suntory-alo-ph-circle{
		width:60px;
		height:60px;
		display:none;
	}
	.suntory-alo-ph-circle-fill{
		width:60px;
		height:60px;
	}
	.suntory-alo-ph-img-circle{
		width:40px;
		height:40px;
	}
	.suntory-alo-ph-img-circle i{
		font-size:20px;
		line-height: 35px !important;
	}
}
@media(max-width: 650px) {
	.suntory-alo-phone {
		display: block;
		/* left: unset!important; */
		/* right: -23px; */
		bottom: 247px !important;
		width: 110px;
		height: 70px;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle{
		width: 80px;
		height: 80px;
		left: 12px;
		top: 12px;
		display: none;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill{
		width: 60px;
		height: 60px;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle{
		width: 40px;
		height: 40px;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle i{
		font-size: 21px;
		line-height: 33px !important;
	}
}
@media(max-width: 480px) {
	.suntory-alo-phone {
		display: block;
		/* left: unset!important; */
		/* right: -23px; */
		bottom: 169px !important;
		/* width: 160px; */
		/* height: 110px; */
		right: -27px;
		width: 110px;
		height: 70px;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle{
		width: 80px;
		height: 80px;
		left: 12px;
		top: 12px;
		display: none;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill{
		width: 60px;
		height: 60px;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle{
		width: 40px;
		height: 40px;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle i{
		font-size: 21px;
		line-height: 33px !important;
	}
}
.desc-cates-sw-s div {
	font-family: auto !important;
	font-size: initial !important;
	width: 100%;
}

.desc-cates-sw-s p {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s span {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s strong {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s ul {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s li {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s a {
	font-family: auto !important;
	font-size: initial !important;
}
