@charset "UTF-8";
/*共通
------------------------------------------*/
.mainAreaitem-other {
  margin-bottom: 24px;
  font-size: 20px;
}

.mainAreaitem-image {
	margin: 20px 0;
 }

#temp02_pastel_pink .campaign_top {
    background-image: url(/campaign/med_karadanote/img/ttl__present.png);
	height: 230px;
}

.cp3 {
    width: 100%;
}

.cp3_head {
    background: url(/campaign/med_karadanote/img/ttl__wchance02.png) no-repeat center top;
}

.mainArea-image_2023{
	background-image: url("../img/pixta_93721234_M.jpg")
}

@media screen and (min-width: 767px) {

.stepArea-contentWrap .stepCircle-centerWrap.step2 {
    padding-top: 15px;
}

.stepArea-contentWrap .stepCircle-centerWrap.step2 {
    padding-top: 15px;
}

.campaign_area {
    text-align: center;
    margin-top: 117px;
    margin-bottom: 77px;
}

}

@media screen and (max-width: 767px) {
.mainAreaitem-other {
  font-size: 14px;
  width: 90%;
  margin: 0 auto 25px;
}

.mainAreaitem-image {
	margin: 10px 0;
 }

#temp02_pastel_pink .campaign_top {
    background-image: url(/campaign/med_karadanote/img/ttl__present__sp.png);
	height: 0;
}

.campaign_top {
	padding-bottom: 32.89%;
}



.cp3_head {
	margin-bottom: 3.2vw;
    background-image: url(/campaign/med_karadanote/img/ttl__wchance02__sp.png);
    height: 7.2vw;
    background-size: contain;

}


}

/*CVボタンスクロール表示
------------------------------------------*/
.fixedRegister {
    -webkit-transition: all .5s;
    transform: translateY(100px);
    transition: all .5s ease-in;
}
.fixedRegister.active {
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translateY(0);
}

.fixedRegister a{
    color: #fbff00;
}

/* キャンペーン終了時追従ボタン非表示 */
.end_campaign .fixedRegister {
  display: none;
}


@keyframes bound {0% {transform: translateY(0); }50% {transform: translateY(0);}55% {transform: translateY(-10px);}60% {transform: translateY(0);}65% {transform: translateY(-10px);}70% {transform: translateY(0);}}
.bound{animation-name: bound;animation-duration: 3s;animation-iteration-count: infinite; animation-fill-mode: forwards;}