@charset "utf-8";

/* animation
-----------------------------------------*/
@keyframes twinkle01 {
	0% { left: -120px; opacity: 0; }
	25% { opacity: 1 }
	40% { left: 990px; opacity: 0; }
	100% { left: 1200px; opacity: 0; }
}
@-webkit-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes twinklePcSp {
	0% { left: -18%; }
	40% { left: 100%; }
	100% { left: 100%; opacity: 0; }
}

/* floating
-----------------------------------------*/
.jsFltBnr {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	overflow: visible!important;
	z-index: 100;
	background: #84cbf0;
}
@media screen and (max-width: 750px) {
	.jsFltBnr img { width: 100%; }
	.jsFltBnr.ptnPCSPwakiga1 {
		height: calc(297vw/7.5);
		background: none;
	}
}
.jsFltBnr a span.twinkle {
	display: block;
	z-index: 11;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 26.533333vw;
	overflow: hidden;
}
.jsFltBnr a span.twinkle:before {
	content: '';
	display: block;
	width: 68px;
	height: 220px;
	margin-top: 7px;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	position: absolute;
	top: 0px;
	left: -120px;
	animation-duration: 2.8s;
	animation-name: twinkle01;
	animation-iteration-count: infinite;
}

/* body002_490 */
.jsFltBnr.ptnPcSp {
	z-index:10000;
	background: none;
}
.jsFltBnr.ptnPcSp a {
	display: block;
	animation: AnimationName 10s ease infinite;
	width: 100%;
	height: 100%;
	overflow: visible!important;
	position: relative;
	text-align: center;
}
.jsFltBnr.ptnPcSp a img {
	width: 100%;
	vertical-align: bottom;
	z-index: 10;
	position: relative;
}
.jsFltBnr.ptnPcSp a span.twinkle {
	display: block;
	z-index: 11;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400%;
	overflow: hidden;
}
.jsFltBnr.ptnPcSp a span.twinkle:before {
	content: '';
	display: block;
	width: 9%;
	height: 200%;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	position: absolute;
	top: -50%;
	left: -20%;
	animation-duration: 1.9s;
	animation-name: twinklePcSp;
	animation-iteration-count: infinite;
}
.jsFltBnr.ptnPcSp { height: 158px; }
.jsFltBnr.ptnPcSp a img {
	width: auto;
	height: 159px;
}
.jsFltBnr.ptnPcSp a::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: calc(100% - 15px);
	background: #009EBD;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnPcSp { height: calc(198vw/7.5); }
	.jsFltBnr.ptnPcSp a img { width: 100%; }
	.jsFltBnr.ptnPcSp a span.twinkle:before { width: 18%; }
}

/* crm001 */
.jsFltBnr.ptnPCSPwakiga1 {
	background: none;
	height: 238px;
	position: fixed;
	bottom: 0;
	overflow: visible!important;
	display: none;
	z-index: 10000;
	width: 600px;
	margin: 0 auto;
	left: 50%;
	margin-left: -300px;
}
.jsFltBnr.ptnPCSPwakiga1 a {
	width: 600px;
	height: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.jsFltBnr.ptnPCSPwakiga1 a img {
	vertical-align: bottom;
	position: relative;
	display: block;
	top: -0;
	width: 600px;
}
.jsFltBnr.ptnPCSPwakiga1:before {
	content: '';
	width: 100%;
	background: #84cbf0;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 144px;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnPCSPwakiga1 {
		height: calc(297vw/7.5);
		background: none;
		width: 100%;
		margin: 0;
		left: 0;
	}
	.jsFltBnr.ptnPCSPwakiga1:before { content: none; }
	.jsFltBnr.ptnPCSPwakiga1 a{
		width: auto;
		height: auto;
	}
	.jsFltBnr.ptnPCSPwakiga1 a img{ width: 100%; }
}

/* ptnCRM002 */
.jsFltBnr.ptnCRM002 {
	background: none;
	height: 206px;
	position: fixed;
	bottom: 0;
	overflow: visible!important;
	display: none;
	z-index: 9999;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	left: 50%;
	margin-left: -375px;
}
.jsFltBnr.ptnCRM002 a {
	width: 100%;
	max-width: 750px;
	height: 206px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.jsFltBnr.ptnCRM002 a img {
	vertical-align: bottom;
	position: relative;
	display: block;
	top: -0;
	width: 750px;
}
.jsFltBnr.ptnCRM002:before {
	content: '';
	width: 100%;
	background: #c39723;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 180px;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnCRM002 {
		height: calc(206vw/7.5);
		background: none;
		margin-left: 0;
		left: 0;
	}
	.jsFltBnr.ptnCRM002:before { content: none; }
	.jsFltBnr.ptnCRM002 a{
		width: auto;
		height: auto;
	}
	.jsFltBnr.ptnCRM002 a img { width: 100%; }
}

/* crm_et_bdl */
.jsFltBnr.ptnCrmEtBdl {
	background: none;
	height: 134px;
	position: fixed;
	bottom: 0;
	overflow: visible!important;
	display: none;
	z-index: 9999;
	width: 100%;
	max-width: 716px;
	margin: 0 auto;
	left: 50%;
	margin-left: -354px;
}
.jsFltBnr.ptnCrmEtBdl a {
	width: 100%;
	max-width: 716px;
	height: 134px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.jsFltBnr.ptnCrmEtBdl a img {
	vertical-align: bottom;
	position: relative;
	display: block;
	top: -0;
	width: 716px;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnCrmEtBdl {
		height: calc(134vw/7.5);
		background: none;
		margin-left: 0.5%;
		left: 0;
	}
	.jsFltBnr.ptnCrmEtBdl:before { content: none; }
	.jsFltBnr.ptnCrmEtBdl a{
		width: auto;
		height: auto;
	}
	.jsFltBnr.ptnCrmEtBdl a img { width: 100%; }
}


/* body002_490 */
.jsFltBnr.ptnPCSPBd002 {
	background: none;
	width: 700px;
	height: 196px;
	position: fixed;
	bottom: 0;
	left: 50%;
	overflow: visible!important;
	display: none;
	z-index: 9999;
	margin-left: -350px;
}
.jsFltBnr.ptnPCSPBd002 a {
	width: 700px;
	height: 196px;
	display: block;
	margin: 0 auto 0;
	position: relative;
}
.jsFltBnr.ptnPCSPBd002 a > p {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 700px;
	z-index: 10;
}
.jsFltBnr.ptnPCSPBd002 a > p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	transform: skewX(-9deg);
	animation: shine linear 3.5s infinite;
	z-index: 11;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnPCSPBd002 {
		background: none;
		width: 93.3vw;
		height: 26.1vw;
		margin-left: 3.35vw;
		left: 0;
	}
	.jsFltBnr.ptnPCSPBd002 a {
		width: 93.3vw;
		height: 26.1vw;
	}
	.jsFltBnr.ptnPCSPBd002 a > p { width: 100vw; }
	.jsFltBnr.ptnPCSPBd002 img { width: 100%; }
}


/* bodysoap_ar */
.jsFltBnr.ptnPCSPBodysoup a span.twinkle {
	display: block;
	z-index: 11;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400%;
	overflow: hidden;
}
.jsFltBnr.ptnPCSPBodysoup a span.twinkle::before {
	content: '';
	display: block;
	width: 9%;
	height: 200%;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	position: absolute;
	top: -50%;
	left: -20%;
	animation-duration: 1.9s;
	animation-name: twinklePcSp;
	animation-iteration-count: infinite;
}
.jsFltBnr.ptnPCSPBodysoup a span.twinkle::before { width: 18%; }
.jsFltBnr.ptnPCSPBodysoup { height: auto; }
.jsFltBnr.ptnPCSPBodysoup { background: #f3f3f3; }
.jsFltBnr.ptnPCSPBodysoup img {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	position: relative;
	display: block;
	top: 0;
}
.jsFltBnr.ptnPCSPBodysoup490 a::after,
.jsFltBnr.ptnPCSPFormBodysoup a::after {
	background: #012375;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnPCSPBodysoup img { width: 80%; }
}


/* bds002_et_bdl */
.jsFltBnr.ptnBdEtBdl {
	background: none;
	width: 716px;
	height: 134px;
	position: fixed;
	bottom: 0;
	left: 50%;
	overflow: visible!important;
	display: none;
	z-index: 9999;
	margin-left: -356px;
}
.jsFltBnr.ptnBdEtBdl a {
	width: 716px;
	height: 134px;
	display: block;
	margin: 0 auto 0;
	position: relative;
}
.jsFltBnr.ptnBdEtBdl a > p {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 716px;
	z-index: 10;
}
.jsFltBnr.ptnBdEtBdl a > p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	transform: skewX(-9deg);
	animation: shine linear 3.5s infinite;
	z-index: 11;
}
.jsFltBnr.ptnBdEtBdl a > img {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 716px;
	z-index: 12;
}

@media screen and (max-width: 750px) {
.jsFltBnr.ptnBdEtBdl img { width: 100%; }
.jsFltBnr.ptnBdEtBdl {
	background: none;
	width: 95.46vw;
	height: 17.86vw;
	margin-left: 0.5%;
	left: 0;
}
.jsFltBnr.ptnBdEtBdl a {
	width: 95.46vw;
	height: 17.86vw;
}
.jsFltBnr.ptnBdEtBdl a > p { width: 100vw; }
}


/* cream001_wakiga04_et0 */
.jsFltBnr.ptnCrmWakigaEt0 {
	background: none;
	width: 656px;
	height: 149px;
	position: fixed;
	bottom: 0;
	left: 50%;
	overflow: visible!important;
	display: none;
	margin-left: -328px;
	z-index: 9999;
}
.jsFltBnr.ptnCrmWakigaEt0 a {
	width: 656px;
	height: 149px;
	display: block;
	margin: 0 auto 0;
	position: relative;
}
.jsFltBnr.ptnCrmWakigaEt0 a > p {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 656px;
	z-index: 10;
}
.jsFltBnr.ptnCrmWakigaEt0 a > p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	transform: skewX(-9deg);
	animation: shine linear 3.5s infinite;
	z-index: 11;
}
.jsFltBnr.ptnCrmWakigaEt0 a > img {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 656px;
	z-index: 12;
}

@media screen and (max-width: 750px) {
	.jsFltBnr.ptnCrmWakigaEt0 {
		background: none;
		width: 87.46vw;
		height: 19.86vw;
		margin-left: 0;
		left: 6.27%;
	}
	.jsFltBnr.ptnCrmWakigaEt0 a {
		width: 87.46vw;
		height: 19.86vw;
	}
	.jsFltBnr.ptnCrmWakigaEt0 a > img { width: 100%; }
	.jsFltBnr.ptnCrmWakigaEt0 a > p { width: 100%; }
}


/* body002_et0 */
.jsFltBnr.ptnPCSPBd002Et0 {
	background: none;
	width: 656px;
	height: 150px;
	position: fixed;
	bottom: 0;
	left: 50%;
	overflow: visible!important;
	display: none;
	margin-left: -328px;
	z-index: 9999;
}
.jsFltBnr.ptnPCSPBd002Et0 a {
	width: 656px;
	height: 150px;
	display: block;
	margin: 0 auto 0;
	position: relative;
}
.jsFltBnr.ptnPCSPBd002Et0 a > p {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 656px;
	z-index: 10;
}
.jsFltBnr.ptnPCSPBd002Et0 a > p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	transform: skewX(-9deg);
	animation: shine linear 3.5s infinite;
	z-index: 11;
}
.jsFltBnr.ptnPCSPBd002Et0 a > img {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 656px;
	z-index: 12;
}
@media screen and (max-width: 750px) {
	.jsFltBnr.ptnPCSPBd002Et0 {
		background: none;
		width: 87.46vw;
		height: 20vw;
		margin-left: 0;
		left: 6.27%;
	}
	.jsFltBnr.ptnPCSPBd002Et0 a {
		width: 87.46vw;
		height: 20vw;
	}
	.jsFltBnr.ptnPCSPBd002Et0 a > img { width: 100%; }
	.jsFltBnr.ptnPCSPBd002Et0 a > p { width: 100%; }
}