@charset "utf-8";
/* CSS Document */

/*PC　表示非表示*/
.sp {
	display: none;
}
.pc {
	display: block;
}
/*基本情報*/
img {
	max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#pointrally_cp .inner {
  width: 1056px;
	margin: 0 auto;
}

/*header*/
#pointrally_cp {
  position: relative;
}
#pointrally_cp .inner {
  background: #42bdc7;
  position: relative;
}
#pointrally_cp .right-slide {
  width: 100%;
  position: absolute;
  right: 0;
  top: -1%;
  z-index: 3;
  overflow: hidden;
}
#pointrally_cp .right-slide .in {
  margin: 0 0 0 auto;
  width: 18.33%;
		transform: translateX(100%);
  animation: slidein 1s ease-in-out .5s forwards;
}
@keyframes slidein {
  0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
#pointrally_cp .head {
  position: relative;
  transition: 0.3s;
}
#global-nav.m_fixed {
	position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 1;
}
/* #pointrally_cp .head#global-nav {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 2;
} */
#pointrally_cp .head#global-nav .head-fixed {
  display: none;
}
#pointrally_cp .head#global-nav .inner {
  padding: 25px 0 0;
  background: #42bdc7;
}
#pointrally_cp .head#global-nav .inner .head-logo,
#pointrally_cp .head#global-nav .inner .head-ttl01 {
  transition: 0.3s;
}
#pointrally_cp .head#global-nav.m_fixed .inner {
  padding: 0;
}
#pointrally_cp .head#global-nav.m_fixed .inner .head-logo {
  display: none;
}
#pointrally_cp .head#global-nav.m_fixed .inner .head-ttl01 {
  display: none;
}
#pointrally_cp .head#global-nav.m_fixed .head-fixed {
  display: block;
}
#pointrally_cp .head-logo {
  position: absolute;
  left: 2.3%;
  top: 8%;
  width:13.52%;
}
#pointrally_cp .head-ttl02 {
  position: relative;
  margin-top: -1%;
}
#pointrally_cp #global-nav.m_fixed .head-ttl02 {
  display: none;
}

/*section*/
#pointrally_cp .section01 {
  background: #ffef67 url("../images/wave.png") no-repeat left top;
  background-size: 100% auto;
  padding-top: 65px;
  margin-top: -7%;
}
#pointrally_cp .section01 .section01box {
  width: 100%;
  background: url("../images/box-wh2.png") no-repeat right top;
  background-size: 100% 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 4% 30px 4.2%;
}
#pointrally_cp .section01-ttl {
  background: url("../images/title02b.png") no-repeat center center;
  background-size: contain;
  position: relative;
}
#pointrally_cp .section01-ttlballon {
  position: absolute;
  width: 18.14%;
  left: 5.9%;
  top: 0;
  animation: heartbeat 4s infinite ease-in-out;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.1);
  }
  7% {
    transform: scale(1);
  }
  11% {
    transform: scale(1.07);
  }
  18% {
    transform: scale(1);
  }
}
#pointrally_cp .section02 {
  background-color: #fffbc7;
  padding: 40px 0 40px;
}
#pointrally_cp .section03 {
  background: #fffbc7 url("../images/bg-hot.png") no-repeat center top;
  background-size: 100% auto;
  position: relative;
  padding: 0 0 80px;
}
#pointrally_cp .section03-label {
  width: 33.17%;
  position: absolute;
  left: 5.1%;
  top: -1%;
}
#pointrally_cp .section03-ttl1 {
  width: 47.35%;
  margin: 0 4.7% 0 auto;
  padding-top: 100px;
}
#pointrally_cp .section03-ttl2 {
  width: 89.60%;
  margin: -3% auto 0;
}
#pointrally_cp .section03 ul li,
#pointrally_cp .section03 ul li img {
  position: relative;
}
#pointrally_cp .section03 ul li:nth-child(1) {
  margin-top: -2%;
}
#pointrally_cp .section03 ul li:nth-child(1) .under {
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
#pointrally_cp .section03 ul li:nth-child(2) {
  margin-top: -13%;
}
#pointrally_cp .section03 ul li:nth-child(3) .under {
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
#pointrally_cp .section03 ul li:nth-child(4) {
  margin-top: -15%;
}
#pointrally_cp .section03 ul li:nth-child(5) {
  margin-top: -9%;
}
#pointrally_cp .section03 ul li.btn {
  text-align: center;
  padding: 30px 0 60px;
}
#pointrally_cp .section03 ul li.btn a {
  display: inline-block;
}
#pointrally_cp .section03 ul li.btn a:hover {
  animation: bounds 2s ease-out infinite;
  opacity: 1;
}
#pointrally_cp .section03 ul li.btn img {
  display: inline-block;
  width: 85.63%;
}
@keyframes bounds {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
#pointrally_cp .section04 {
  background: url("../images/bg-cool.png") no-repeat center top;
  background-size: 100% auto;
  position: relative;
  margin-top: -3.5%;
}
#pointrally_cp .section04-label {
  width: 48.77%;
  margin: 0 auto 0 5.1%;
}
#pointrally_cp .section04-label img {
  margin-top: -5%;
}
#pointrally_cp .section04 ul li:nth-child(1) {
  margin-top: -12%;
}
#pointrally_cp .section04 ul li:nth-child(2) {
  margin-top: -12.5%;
}
#pointrally_cp .section04 ul li:nth-child(3) {
      margin-top: -19%;
}
#pointrally_cp .section04 ul li:nth-child(4) {
      margin-top: -21%;
}

/*js*/
#pointrally_cp .anm_bv{
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
#pointrally_cp .anm_bv.is-active {
  opacity: 1;
  transition: 1s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
#pointrally_cp .anm_hot {
  opacity: 0;
}
#pointrally_cp .anm_hot.is-active {
  opacity: 1;
  animation: fire 0.8s linear 0s 1;
}

@keyframes fire {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  20%  { transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg); }
  50%  { transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg); }
  65%  { transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg); }
  80%  { transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/*--footer--*/


/* sp */
