.actionbar {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(51,108,169,0.9)), color-stop(100%, rgba(0,72,147,0.9)));
    background-image: -moz-linear-gradient(top, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
    background-image: -webkit-linear-gradient(top, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
    background-image: linear-gradient(to bottom, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
}

@media only screen and (max-width: 640px) {
	.actionbar {
		position: sticky;
		z-index: 100;
		bottom: 9.25vw;
		width: 100%;
		padding: 10px 0;
	}
}
@media only screen and (min-width: 640px) {
	.actionbar {
		padding: 15px;
		position: sticky;
		z-index: 100;
		bottom: 0;
		width: 100%;
	}
	.actionrow {
		margin: auto;
		max-width: 900px;
		padding: 0 73px;
	}
	.picon {
		display: block!important;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}




}
.actionrow{
	zoom:1;
}
.actionrow:after{
	content:".";display:block;font-size:0;line-height:0;height:0;clear:both;visibility:hidden;
}
.picon{
	width:100%;
	height:auto;
}


.action2 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNmNhOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDg5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(51,108,169,0.9)), color-stop(100%, rgba(0,72,147,0.9)));
  background-image: -moz-linear-gradient(top, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
  background-image: -webkit-linear-gradient(top, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
  background-image: linear-gradient(to bottom, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
  padding-left:0;
  padding-right:0;
}
.action_grey {
  background-size: 100%!important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(59,59,59,1.0)), color-stop(100%, rgba(5,5,5,1.0)))!important;
  background-image: -moz-linear-gradient(top, rgba(59,59,59,1.0), rgba(5,5,5,1.0))!important;
  background-image: -webkit-linear-gradient(top, rgba(59,59,59,1.0), rgba(5,5,5,1.0))!important;
  background-image: linear-gradient(to bottom, rgba(59,59,59,1.0), rgba(5,5,5,1.0))!important;
  padding-left:0;
  padding-right:0;
  z-index: 19;
}
/*
.promobox{
	border: 3px solid;
	border-image-source: linear-gradient(45deg, rgb(248,195,59), rgb(248,128,48));
	border-image-slice: 10;
    padding: 3px;
	border-radius:10px;
	font-size:16px;
}*/
.promobox {
    background: linear-gradient(to right, rgb(248,195,59),rgb(248,128,48));
    border-radius: 10px;
    color: #fff;
    display: table;
    font-size: 16px;
    padding: 2px;
    text-decoration: none;
    width: 100%;
    min-height: 50px;
    vertical-align: middle;
}
.promobox span {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(59,59,59,1.0)), color-stop(100%, rgba(5,5,5,1.0)))!important;
    background-image: -moz-linear-gradient(top, rgba(59,59,59,1.0), rgba(5,5,5,1.0))!important;
    background-image: -webkit-linear-gradient(top, rgba(59,59,59,1.0), rgba(5,5,5,1.0))!important;
    background-image: linear-gradient(to bottom, rgba(59,59,59,1.0), rgba(5,5,5,1.0))!important;
    display: table-cell;
    padding: 5px 10px;
    border-radius: 8px;
    min-height: 50px;
    vertical-align: middle;
}
.laricon {
    display: inline-block!important;
    max-width: 37px!important;
    vertical-align: middle;
    padding: 0;
	width:20%!important;
}
.icontxt {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: normal;
	font-size:68%;
}
.actionrow .shareicon{
	display:none;
	text-align:center;
	font-size:10px;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.terms ol li, .terms{
	color:#000;
	text-align:left;
}
.terms ol{
	padding:0 0 0 15px;
}
.actionrow .shareicon img{
	max-width:30px;
	height:auto;
	/* display:none; */
	margin:auto;
	padding:0 0 5px;
}
.iconbox {
    display: inline-block;
    vertical-align: middle;
}
.largeinner{
	display:block!important;
}
.smallinner{
	display:none!important;
}
@media only screen and (min-width: 320px){
	.action2{
		padding:2vw 0!important;
	}
	.p_actioncol{
		float:left;
		display:block;
		width:calc(25% - 1px);
		padding:0px;
		border-right:1px solid #004893;
	}
	.p_actioncol_grey{
		float: none;
		display: inline-block;
		width:calc(25% - 8px);
		padding:0px;
		border-right:1px solid #666666;
		text-decoration: none;
	}
	.p_actioncol:last-child, .p_actioncol_grey:last-child{
		/* float:left; */
		/* display:block; */
		float: none;
		display: inline-block;
		/* width:25%; */
		padding:0px;
		border-right:0px solid #004893;
	}
	.actionrow{
		display: block;
		margin: auto;
		margin: 0 0px;
		text-align:center;
	}
	.smallsep{
		width:1px;
		float:left;
	}
}
@media only screen and (min-width: 640px){
	.p_actioncol, .p_actioncol:last-child{
		/* float: left; */
		/* display: block; */
		float: none;
		display: inline-block;
		width: calc(25% - 16px);
		padding: 0 6px;
		border-right:0px;
	}
	.action{
		padding:1vw!important;
	}
}
@media only screen and (min-width: 768px){
	
	.actionrow{
		margin: 0 auto;
		max-width:700px;
	}
	
	.picon{
		display:block!important;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.shareicon {
		display: none;
		padding: 8px;
	}
}
@media only screen and (max-width: 640px){
	.pro_title{
		display:inline;
	}
	.largePMenu{
		display:none;
	}
	.smallPMenu{
		display:block;
	}
	.smallPMenu ul{
		padding:10px 20px!important;
	}
	.smallPMenu li{
		display:block;
		padding:10px 0;
		border-left: 0px #EBEBEB solid!important;
	}
	.smallPMenu li a{
		line-height:normal!important;
	}
	.mobilenavtext{
		font-size:4.44vw;
	}
	li.current{
		display:none!important;
	}
	#main #visual .base.slide .pageMenu .frame ul.forNav li.for a:before {
		content: '';
	}
	#main #visual .base.slide .pageMenu .frame ul.forNav li.for:after {
		content: '';
	}
	#promotion .segment .frame .paper ul.slider.poster .action .desc {
		display: inline!important;
		text-align: left;
		vertical-align: middle;
		width: 100%;
	}
	li.for.current.active.slick-slide, .slick-active {
		text-align: left!important;
		color:#fcaf17;
		font-size:4.44vw;
	}
	.laricon {
		display:none!important;
	}
	.promobox{
		display:none;
	}
	
	.actionrow .shareicon{
		display:block;
		text-align:center;
		font-size:10px;
		color:#fff;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.shareicon img{
		max-width:30px;
		height:auto;
		display:block;
		margin:auto;
		padding:0 0 5px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.picon{
		display:none!important;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.paragraph {
		font-size: 2.96vw;
	}
	.largeinner{
		display:none!important;
	}
	.smallinner{
		display:block!important;
	}
	.shareicon{
		/* display:inline-block; */
	}
}
@media only screen and (max-width: 800px) and (min-width: 640px){
	
	#promotion .segment .frame .paper ul.slider.poster .action {
		padding: 1.17188vw 1.95313vw;
		width: 100%!important;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 640px){
	#promotion .segment .frame .paper ul.slider.poster {
		width: 75.78125vw;
		padding-top: 2.1875vw;
		padding-bottom: 4.6875vw;
	}
	#main.smallPageTop #visual .infoBlock.fullWidth .frame {
		min-height: 10.1875vw;
		height: 10.1875vw;
	}
	.pro_title{
		display:block;
	}
	.largePMenu{
		display:block;
	}
	.smallPMenu{
		display:none;
	}
	#main #visual .base.slide .pageMenu .frame ul.forNav li.for a:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	#promotion .segment .frame .paper ul.slider.poster .action .desc {
		display: inline;
		text-align: left;
		vertical-align: middle;
		width: 50%;
	}
	li.for.current.active.slick-slide, .slick-active {
		text-align: center!important;
		color:#fcaf17;
		font-size: 1.25vw;
		display:table-cell!important;
		vertical-align:middle;
	}
	.laricon {
		width:25%!important;
	}
}
@media only screen and (min-width: 1280px){
	#main.smallPageTop #visual .infoBlock.fullWidth .frame {
		min-height: 120px;
		height: 120px;
	}
	#promotion .segment .frame .paper ul.slider.poster {
		padding-top: 20px;
	}
	.largePMenu{
		display:block;
	}
	.smallPMenu{
		display:none;
	}
	#promotion .segment .frame .paper ul.slider.poster .action .desc {
		display: inline;
		text-align: left;
		vertical-align: middle;
		width: 50%;
	}
	.laricon {
		width:37px!important;
	}
	.icontxt {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
		font-size:14px;
	}
}